/* ===================================================================
CSS information
 file name  :  common.css
=================================================================== */


/* 共通 *******************************************/

body {
	background-color:#FFFFFF;
}




/* PC用のスタイル記述 ****************************************************************************************************************/
/*@media screen and (min-width: 641px) {*/

#container {
	position: relative;	/* 親要素をposition:relativeとする */
	margin: 0 auto;
	padding: 0 0 80px;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width: 100%\9; /* IE8のみ適用 */
	width /***/:auto; /* IE8のみ適用 */
}


/* header ***************/

#header {
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 70%, #eaeaea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 70%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0px 2px 10px #999;
    -webkit-box-shadow: 0px 2px 10px #999;
    box-shadow: 0px 2px 10px #999;
	z-index: 100;
}
#header h1 {
	float: left;
	margin-top: 20px;
}
#header h1 img {
}
#headerInner {
	width: 1025px;
	margin: 0 auto;
}

#header ul.headerTel {
	float: right;
	margin: 15px 0;
}
#header ul.headerTel li {
	display: inline-block;
	margin-left: 15px;
}


/* navi ***************/
#navi {
	clear: both;
	margin: 10px auto 0;
	text-align: center;
}
#navi ul {
	display: table;
	text-align: center;
	margin: 0 auto;
}
#navi ul li {
	display: table-cell;
	list-style: none;
}


/* pageTop ***************/
#pageTop {
	text-align: right;
	margin-top: -70px;
}



/* footer ***************/
#footerBg01 {
	padding: 35px 0 25px;
	background: url("../img/bg_footer01.jpg") repeat center top;
}
#footer01 {
	width: 1025px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

#footerBg02 {
	padding: 30px 0 20px;
	background: url("../img/bg_footer02.jpg") repeat center top;
}
#footer02 {
	width: 1025px;
	margin: 0 auto;
	padding: 0 130px;
	clear: both;
	text-align: center;
	box-sizing: border-box;
}
#footer02 .footerFrame {
/*	width: 72%;*/
	margin: 0 auto;
	padding: 15px 30px;
	border:solid 1px #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
}
#footer02 .footerFrame .telBox {
	border-bottom: 1px solid #CCC;
}
#footer02 .footerFrame .telBox p {
	float: left;
}
#footerBg02 div.copy {
	width: 1025px;
	margin: 0 auto;
	color: #FFF;
	font-size: 13px;
	margin-top: 50px;
	text-align: center;
	box-sizing: border-box;
}
#footerBg02 div.copy a {
	color: #FFF;
}
#footerBg02 div.copy a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* リフォメーション *******************************************/

#reformation #main {
	background: url("../img/drop_shadow.gif") repeat-x center 0, url("../img/reformation/main_bg.gif") repeat 0 0;
	padding: 30px 0 30px;
	z-index: 1;
}

#reformation #mainInner {
	width: 1025px;
	margin: 0 auto;
}
#reformation #mainInner ul {
	margin-top: 15px;
	padding: 0 5px;
}
#reformation #mainInner ul li {
	float: left;
	margin-top: 5px;
}
#reformation #mainInner ul li:nth-child(odd) {
	margin-right: 13px;
}

#reformation #contents {
	width: 1025px;
	margin: 0 auto;
}

#reformation ul.graph li {
	float: left;
	margin-top: 20px;
}
#reformation ul.graph li:nth-child(odd) {
	margin-right: 23px;
}

#reformation ul.price {
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
#reformation ul.price li {
	float: left;
}
#reformation ul.price li:nth-child(1), #reformation ul.price li:nth-child(2) {
	margin-right: 38px;
}

#reformation ul.priceFlow li, #reformation ul.priceFlow02 li {
	float: left;
}
#reformation ul.priceFlow li:nth-child(1) {
	margin-right: 27px;
}

#reformation ul.priceFlow02 li:nth-child(1), #reformation ul.priceFlow02 li:nth-child(2) {
	margin-right: 5px;
}




/* まじこん *******************************************/

#majikon #main {
	background: url("../img/drop_shadow.gif") repeat-x center 0, url("../img/reformation/main_bg.gif") repeat 0 0;
	padding: 30px 0 30px;
	z-index: 1;
}

#majikon #mainInner {
	width: 1025px;
	margin: 0 auto;
}
#majikon #mainInner ul {
	margin-top: 15px;
	padding: 0 5px;
}
#majikon #mainInner ul li {
	float: left;
	margin-top: 5px;
}
#majikon #mainInner ul li:nth-child(odd) {
	margin-right: 13px;
}

#majikon #contents {
	width: 1025px;
	margin: 0 auto;
}

#majikon div.graph, #majikon div.graph02 {
	margin-top: 20px;
}
#majikon div.graph ul li, #majikon div.graph02 ul li {
	float: left;
}
#majikon div.graph ul li:nth-child(odd) {
	margin-right: 20px;
}
#majikon div.graph02 ul li:nth-child(1), #majikon div.graph02 ul li:nth-child(2) {
	margin-right: 23px;
}

#majikon div.border {
	padding-bottom: 30px;
	border-bottom: 1px dashed #CCC;
}

#majikon div.seminer p {
	float: right;
}
#majikon div.seminer div {
	float: left;
}
#majikon div.seminer ul li {
	margin-bottom: 12px;
}

#majikon div.party p.left {
	float: left;
}
#majikon div.party p.right {
	float: right;
}

#majikon div.partyFlow p {
	float: right;
}
#majikon div.partyFlow div {
	float: left;
}
#majikon div.partyFlow dl dd {
	margin: 5px 0 12px;
}

#majikon ul.price {
/*	padding-bottom: 10px;
	border-bottom: 1px dashed #999;*/
}
#majikon ul.price li, #majikon ul.price02 li, #majikon ul.price03 li {
	float: left;
}
#majikon ul.price li:nth-child(1), #majikon ul.price li:nth-child(2) {
	margin-right: 18px;
}

#majikon ul.price02 li:nth-child(1), #majikon ul.price02 li:nth-child(2) {
	margin-right: 3px;
}














/*}*/






























































/*@media screen and (max-width: 640px) {*/
/* スマートフォン用のスタイル記述 **************************************************************************************************************/

/*img, video, object {
	max-width: 100%;
	height: auto;
}*/









/*}*/










