@charset "UTF-8";

/***** CSS reset *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,figure{
	margin:0;
	padding:0;
}
body{
	color:#533535;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	line-height: 1.5;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;vertical-align:bottom;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a:link		{color:#44800a;}
a:visited	{color:#44800a;}
a:hover,a:visited:hover	{text-decoration:none; color:#66ad21;}
.clear{clear:both;}
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
/* IE6/7 support */
.clearfix {*zoom: 1;}

hr{
	height:0;
	border-top: 1px solid #ddd;
}

/***** img *****/
.btn:hover{opacity:0.8;}
.img_blank{vertical-align:middle; margin:0 5px;}

/***** font *****/
.red{color:#a50918;}
.green{color:#01a369;}
.orange{color:#ef8d00}
.white{color:#fff;}
.bold{font-weight:bold;}
.font_normal{font-weight:normal;}
.f115{font-size:115%;}
.f130{font-size:130%;}
.circle_orange{
	background-color: #ff9e22;
	padding:2px 6px;
	margin:0 2px;
	border-radius:20px;
}
.circle_green{
	background-color: #66ad21;
	color: #fff;
	font-weight:bold;
	padding:2px 6px;
	margin:0 2px;
	border-radius:20px;
}

/***** p style *****/
.pad10{padding:0 10px;}
p.text_right{text-align:right; padding-right:10px;}

/***** arrow *****/
ul.arrow li{
	position:relative;
	padding-left:15px;
	margin-bottom:5px;
}
ul.arrow li:before{
	content:'';
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-right-width:0;
	border-left-color:#aaa;
	position:absolute;
	top:8px;
	left:8px;
}
ul.arrow li:after{
	content:'';
	height:2px;
	width:10px;
	display:block;
	background:#aaa;
	position:absolute;
	top:12px;
	left:0px;
}

/***** btn_link *****/
p.btn_link{
	width:230px;
	height:40px;
	margin:0 auto 20px auto;
}
p.btn_link a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	padding-top:13px;
	background:#ff8400;
	border:4px solid #ffd4a5;
	border-radius:5px;
}
p.btn_link a:hover{
	background:#ff6c00;
	color:#fff;
}

p.btn_link input{
	display:block;
	width:100%;
	height:60px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background:#ff8400;
	border:4px solid #ffd4a5;
	border-radius:5px;
}
p.btn_link input:hover{
	background:#ff6c00;
}

p.btn_link_back{
	width:230px;
	height:40px;
	margin:0 auto 30px auto;
}
p.btn_link_back input{
	display:block;
	width:100%;
	height:60px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background:#aaa;
	border:4px solid #ccc;
	border-radius:5px;
}
p.btn_link_back input:hover{
	background:#888;
}

/***** news PDF link *****/
a[href$=".pdf"] {
	background: url(../images/pdficon_small.png) no-repeat 100% 50%;
	padding-right:15px;
}
* html a.pdf{
	background: url(../images/pdficon_small.png) no-repeat 100% 50%;
	padding-right:15px;
}
div.pdf_box{
	display:none;
}

/***** target="_blank" link *****/
a[href^="http"]	{
	background: url(../images/icon_blank.png) no-repeat 100% 50%;
	padding-right:15px;
}
* html a.external	{
	background: url(../images/icon_blank.png) no-repeat 100% 50%;
	padding-right:15px;
}
a.no_blank[href^="http"]	{
	background:none !important;
	padding:0 !important;
	border-top: 1px solid #c7e7a8!important;
     background: #7ec537!important;
     color: #fff!important;
	padding: 5px 15px !important;
	text-align: left !important;
}
ul.dropmenu li a[href^="http"] {
	background-image:none;
}
ul.group_slide li a[href^="http"] {
	background:none !important;
}
ul.about_box li a[href^="http"] {
	background:none !important;
	padding:0 !important;
}


/***** youtube *****/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:50px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
