@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: genki_taisou.css
description: ミルクで元気体操をしよう！
///////////////////////////////////////////////////////// */

/*===========================================================
＊　ページタイトル
===========================================================*/

#pageTitle {
	background: url(/takuhaimeiji/sp/genki_taisou/images/bg_pageTitle.jpg) right top no-repeat;
	-webkit-background-size: 160px 40px;
}

/*===========================================================
＊　レイアウト
===========================================================*/

.boxLead {
	background: #005ca7;
	padding: 10px 0 5px;
	text-align: center;
	color: #fff800;
}

.boxTitle {
	background: #005ca7;
	padding: 10px 0 10px;
	text-align: center;
	color: white;
	font-size: 18px;
}

section h1 {
	font-weight: bold;
	line-height: 1.4;
}

section p {
	color: #005CA7;
}

.box01-1 {
	float: left;
	width: 30%;
}

.box01-2 {
	float: left;
	width: 70%;
}

.box01-2 h2 {
	border-bottom: 2px solid #005ca7;
	padding-bottom: 0;
}

.videoArea {
	width: 320px;
	margin: 10px auto 0;
	text-align: center;
}

.fc01 {
	color: red;
}

.taisou_detail {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	background: #fffa00;
	margin-top: 10px;
}

.box02-1 {
	float: left;
	width: 70%;
}

.box02-2 {
	float: left;
	width: 30%;
}

.box03-1 {
	float: left;
	width: 60%;
}

.box03-2 {
	float: left;
	width: 40%;
}

.box04-1 {
	float: left;
	width: 50%;
}

.box04-2 {
	float: left;
	width: 50%;
}


/*===========================================================
＊　アコーディオン
===========================================================*/
.acordion{
	line-height: 1.4;
}

.trigger{
	padding: 3px 10px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 25%, #fffedf 45%, #fdfc63 70%, #fefb0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#ffffff), color-stop(45%,#fffedf), color-stop(70%,#fdfc63), color-stop(100%,#fefb0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#fffedf 45%,#fdfc63 70%,#fefb0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#fffedf 45%,#fdfc63 70%,#fefb0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#fffedf 45%,#fdfc63 70%,#fefb0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 25%,#fffedf 45%,#fdfc63 70%,#fefb0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefb0e',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	font-size: 17px;
	border-bottom: none;
	border: 4px solid #004c88;
	color: #004c88;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.acdLast {
	border-bottom: none;
}

.trigger.active{
}

.acordion_tree{
	padding: 10px;
	border-top: none;
}

.acdLast02 {
	border-top: none;
}

.open-close {
	float: right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:24px;
	width:81px;
	background: url(/takuhaimeiji/sp/genki_taisou/images/accordion_open.png) no-repeat;
	-webkit-background-size: 81px 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.trigger.active .open-close{
	background: url(/takuhaimeiji/sp/genki_taisou/images/accordion_close.png) no-repeat;
	-webkit-background-size: 81px 24px;
}

.titleAccordion {
	float: left;
	/*height: 20px;*/
	background: none;
	padding-left: 0;
	margin-top: 4px;
	font-weight: bold;
}
#MGK_web_1,#MGK_web_2,#MGK_web_3,#MGK_web_3a,#MGK_web_3b,#MGK_web_3c,#MGK_web_3d,#MGK_web_3e,#MGK_web_3f{
	width: 320px;
	height: 180px;
	background-color: #CCC;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}