@charset "utf-8";
/* CSS Document */
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset , img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

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;
}


q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

div {  
    zoom: 1;/*for IE 5.5-7*/  
}  

.clear {
	clear: both;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pl20 {
	padding-left: 20px;
}.txt_r24 {
	font-size: 24px;
	color: #9F2C3D;
	line-height: 28px;
}
.txt_62 {
	font-size: 62px;
}
.txt_p20 {
	font-size: 20px;
	color: #EB1E79;
	font-weight: bold;
}
.txt_p {
	color: #EB1E79;
}
.txt_p24 {
	font-size: 24px;
	color: #EB1E79;
	line-height: 28px;
}
.txt_r24c {
	font-size: 24px;
	color: #9F2C3D;
	line-height: 28px;
	text-align: center;
}
.photo_c {;
	clear: both;
	text-align: center;
}
.txt_l {
	float: left;
	padding-right: 10px;
}
.txt_r {
	float: right;
	padding-left: 10px;
}
.txt_b {
	font-weight:bold;
}
p.read_text{
  font-size: 124%;
  font-weight: bold;
  line-height: 1.6;
}

/* 文字サイズリセット
------------------------------------------ */
html{
	font-size:15px;
	line-height:1.7;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin:0;
	font-size:116%
}
body.page-body.device-tablet, body.page-body.device-pc[data-max-width="1280"]{
  font-size: 116%;
}

body{
  font-family: "メイリオ", Meiryo, Osaka, sans-serif;
  background-color: #fff!important;
  color: #333;
}
/* ページ全体のコンテンツ幅調整
============================================================= */
.inner{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.page-body.device-pc[data-max-width="1280"] .layout-page {
	max-width: 100%;
}
.layout-header,
.layout-body-header {
	width: 100%;
	max-width: 100% !important;
	padding: 0;
}
.layout-body:after {
    content: '';
    display: block;
    clear: both;
}
.layout-body .layout-navigations.primary {
	width: 25%;
}
.layout-body .layout-navigations.secondary {
	margin: 0 0 0 -25%;
	width: 25%;
}
.layout-page .layout-body .layout-main .layout-contents {
	margin-right: 28%;
	margin-left: 28%;
}
.layout-contents{
	max-width: 1000px !important;
	margin:0 auto 0px;
}






/* パンくず
------------------------------------------ */
.layout-header .block-Breadcrumb,
.layout-body-header .block-Breadcrumb {
	width: 100%;
	max-width: 1000px;
	margin: 14px auto;
}
.layout-two-col-a {
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
}
.layout-two-col-a .layout-navigations {
	width: 285px;
	position: relative;
	z-index:10;
}
.layout-two-col-a .layout-contents {
	width: 675px;
}

/* スライド
------------------------------------------ */
.slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide_all {
	width: 1000px;
	margin: 0 auto;
	height: 410px;
	position: relative;
}
#slide_wrap {
	width: 3000px;
	position: absolute;
	left: 50%;
	margin-left: -1500px;
}
.slideInner li {
	width: 1000px;
	float: left;
}
.slideInner li img {
	width: 100%;
	vertical-align: bottom;
}
.slideInner {
	width: 100%;
	list-style:none;
	margin:0;
	padding:0;
}
.controlNav {
	position:absolute;
	float:left;
	left:50%;
	bottom:10px;
}
.controlNav span {
	position: relative;
	left: -50%;
	overflow: hidden;
	float: left;
	width: 15px;
	height: 10px;
	border-radius: 10px;
	margin: 5px;
	vertical-align: middle;
	background-color: #9F2C3D;
	color: #9F2C3D;
}
.controlNav span img {
	width:100%;
	height:100%;
}
.controlNav span:hover {
	background-color: #EB1E79;
	color: #EB1E79;
	cursor:pointer;
}
.controlNav span.current {
	background-color: #FFF;
	color: #FFF;
}


#mainimage{
	background-color: #FCE6E8;
	text-align: center;
}

/* サイドメニュー
------------------------------------------ */

.layout-two-col-a .layout-navigations a{
	color: #4B4B4B;
	text-decoration: none;
	padding-bottom: 10px;
}
.layout-two-col-a .layout-navigations dt{
	background-color: #E5E5E4;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	background-image: url(../usr/uni/common/img/sidearrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 18px;
}
.layout-two-col-a .layout-navigations dt.opened{
	background-image: url(../usr/uni/common/img/sidearrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-bottom: 10px;}
.layout-two-col-a .layout-navigations dd{
	background-color: #E5E5E4;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 36px;
	font-size: 14px;
}



/* トップページ
------------------------------------------ */
.videoarea {
	background-color: #efefef;
	height: 200px;
	margin-bottom: 30px;
}
.videodata {
	float: left;
	padding-right: 40px;
}
.videotitle {
	padding-top: 30px;
	padding-bottom: 15px;
	float: left;
}


#rightsidebtn {
	position: fixed;
	top: 140px;
	right:0px;
	z-index: 9999;
}
#features{
	background-color: #EDEAE4;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#features p{
	padding-bottom: 10px;}

/* フッター
============================================================= */

.layout-footer .block{
	max-width:100% !important;
}
#foot .inner{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#foot div:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}