﻿@charset "utf-8";

/**
 * Setup
 */
body {
	background: url("../img/bg_all.png") center top repeat-y #DEFCF5;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;}

a { color: #0066ff; text-decoration: underline;}
a:hover { text-decoration: none;}
a:visited {} 


input[text],input[password],textarea{ border: 1px solid #ccc;}

li{ list-style: none;}

hr{ border: 1px solid #ddd;}

div,p{ word-break: break-all;}

strong{}
em{ font-style: normal;}

table{ border-collapse: collapse;}
th{ vertical-align: top; font-weight: normal; text-align: left;}
td{ vertical-align: top;}

/* TEXT = #fff or 000, BACKGROUND = #fefefe or 010101 */




/**
 * clearfix
 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}





/**
 * Font color, Text align
 */
.red{ color: #E60012;}
.blue{ color: #33B3FF;}
.green{ color: #89BD00;}
.orange{ color: #fc0;}
.pink{ color: #F85291;}
.glay{ color: #996;}
.bold{ font-weight: bold;}
.small{ font-size: 10px;}
.right{ text-align: right;}
.left{ text-align: left;}
.center{ text-align: center;}





/**
 * List Style
 */
.decimal,.circle,.disc,.upper_roman,.lower_roman,.lower-latin{ margin-left: 20px;}
.decimal>li{ list-style-type: decimal;}
.circle>li{ list-style-type: circle;}
.disc>li{ list-style-type: disc;}
.upper_roman>li{ list-style-type: upper-roman;}
.lower_roman>li{ list-style-type: lower-roman;}
.lower-latin>li{ list-style-type: lower-latin;}





/**
 * Font size
 */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }





/**
 * Margin
 */
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}





/**
 * Layout
 */
#wrapper{
}

#contents{
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#contents #inner{
	padding: 20px;
}

#footer{
	padding: 30px 0;
	text-align: center;
}

#footer #copy{
	font-size: 11px;
	color: #888;
}




 /**
 * Common Style
 */




/**
 * Development
 */

#radiko{
	padding: 10px 0;
}

#radiko ul{
	text-align: center;
}

#radiko li{
	margin: 0 20px;
	display: inline-block;
}



#info{
	margin-bottom: 30px;
	overflow: hidden;
}

#info .text{
	float: left;
	width: 530px;
	border: 5px solid #F7E00D;
	background: url("../img/bg_corner.png");
	position: relative;
}

#info .text .inner{
	margin: 5px;
	padding: 20px;
	line-height: 130%;
}

#info .text .inner:after{
	position: absolute;
	top: 5px;
	right: 5px;
	content: url("../img/pic_corner.png");
}

#info .contact{
	float: right;
	width: 290px;
	border: 5px solid #DEFCF5;
	background: #fff;
}

#info .contact .ttl{
	padding: 5px 10px;
	line-height: 24px;
	background: #DEFCF5;
	font-size: 24px;
	font-weight: bold;
	color: #007FCC;
}

#info .contact .ttl span{
	padding: 5px 0 0 30px;
	display: inline-block;
	background: url("../img/ic_contact.png") left 50% no-repeat;
}

#info .contact ul{
	margin: 5px;
	padding: 10px;
}

#info .contact li{
	padding-top: 5px;
	padding-left: 35px;
	line-height: 130%;
}

#info .contact li+li{
	margin-top: 10px;
}

#info .contact .letter{
	background: url("../img/ic_letter.png") left 3px no-repeat;
}

#info .contact .mail{
	background: url("../img/ic_mail.png") left 3px no-repeat;
}

#info .contact .fax{
	background: url("../img/ic_fax.png") left 3px no-repeat;
}



#actor .block{
	padding: 20px;
	overflow: hidden;
	background: url("../img/bg_actor.png");
}

#actor .block+.block{
	margin-top: 40px;
}

#actor .block .pht{
	float: left;
	width: 320px;
}

#actor .block .text{
	float: right;
	width: 470px;
}

#actor .block .text .name_f{
	margin-bottom: 5px;
	color: #13CA9F;
}

#actor .block .text .name{
	margin-bottom: 15px;
	font-size: 32px;
	color: #13CA9F;
}

#actor .block .text .other{
	margin-bottom: 15px;
	line-height: 130%;
}

#actor .block .text .other span{
	font-weight: bold;
	color: #D28C0B;
}

#actor .block .text .other p+p{
	margin-top: 1em;
}

#actor .block .text .message{
	padding: 15px;
	line-height: 130%;
	border: 2px solid #D28C0B;
	background: #fff;
}

#actor .block .text .message span{
	margin-bottom: 8px;
	display: inline-block;
	font-weight: bold;
	color: #D28C0B;
}












