@charset "utf-8";

/*generic_style
------------------------------------------------- */
/* link */
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:link, a:visited {
	color: #0088cc;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #006699;
	text-decoration: underline;
}

/* headerling */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nothing You Could Do', "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", cursive;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* table */
table {
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ebe4db;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #ebe4db;
	box-shadow: 0 1px 1px #ebe4db;
	max-width: 600px;
	margin: 0 auto;
}

th, td {
	padding: 15px;
	border-bottom: 1px solid #ebe4db;
	border-right: 1px solid #ebe4db;
	vertical-align: middle;
}

th {
	background-color: rgba(210,200,180,0.65);
	color:#69655c;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

td {
	background-color: rgba(255,255,255,0.65);
	text-align: left;
}

tr:first-child th:first-child,
tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
}

tr:first-child th:last-child,
tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

tr:last-child th:first-child,
tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

tr:last-child th:last-child,
tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

/* style */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.border_box {
	border: 1px solid #e1e1e1;
	padding: 19px;
	overflow: hidden;
	background: #ffffff;
}

.gray_box {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #f1f1f1;
}

.border_bottom {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 0 0 #ffffff;
	box-shadow: 0 1px 0 0 #ffffff;
}

.list_disc li {
	list-style: disc;
	padding-bottom: 5px;
	margin-left: 20px;
}

.list_number li {
	list-style: decimal;
	padding-bottom: 5px;
	margin-left: 30px;
}

.list_alpha li {
	list-style: lower-alpha;
	padding-bottom: 5px;
	margin-left: 30px;
}

/* btn */
.btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 108%;
	font-weight: bold;
	-webkit-box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.1) inset;
}

.btn a:link, .btn a:visited {
	background-color: #da7a12;
	color: #e0e0e0;
}

.btn a:hover, .btn a:focus, .btn a:active {
	background-color: #ded7cd;
	color: #358a99;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1) inset;
}

/* float_style */
.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* margin */
.m0 { margin: 0px !important; }
.mt0 { margin-top: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mb0 { margin-bottom: 0px !important; }

.m5 { margin: 5px !important; }
.mt5 { margin-top: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }

.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }

.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }

.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }

.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }

.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }

.m35 { margin: 35px !important; }
.mt35 { margin-top: 35px !important; }
.ml35 { margin-left: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }

.m40 { margin: 40px !important; }
.mt40 { margin-top: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }

.m45 { margin: 45px !important; }
.mt45 { margin-top: 45px !important; }
.ml45 { margin-left: 45px !important; }
.mr45 { margin-right: 45px !important; }
.mb45 { margin-bottom: 45px !important; }

.m50 { margin: 50px !important; }
.mt50 { margin-top: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }

/* padding */
.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }

.p5 { padding: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }

.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }

.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }

.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }

.p25 { padding: 25px !important; }
.pt25 { padding-top: 25px !important; }
.pl25 { padding-left: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }

.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }

.p35 { padding: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pl35 { padding-left: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }

.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }

.p45 { padding: 45px !important; }
.pt45 { padding-top: 45px !important; }
.pl45 { padding-left: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }

.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }

/* fontsize_style base font-size 14px */
.text10 { font-size: 72%; }
.text11 { font-size: 79%; }
.text12 { font-size: 86%; }
.text13 { font-size: 93%; }
.text14 { font-size: 100%; }
.text15 { font-size: 108%; }
.text16 { font-size: 115%; }
.text17 { font-size: 122%; }
.text18 { font-size: 129%; }
.text19 { font-size: 136%; }
.text20 { font-size: 143%; }
.text21 { font-size: 150%; }
.text22 { font-size: 158%; }
.text23 { font-size: 165%; }
.text24 { font-size: 172%; }
.text25 { font-size: 179%; }
.text26 { font-size: 186%; }

/* text_style */
.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.text_bold { font-weight: bold; }
.text_underline { text-decoration: underline; }
.text_nowrap { white-space: nowrap; }
.text_red { color: #ff0000; }
.text_blue { color: #197ac5; }
.text_green { color: #709406; }

/*layout
------------------------------------------------- */
section {
}

#container {
	text-align: center;
	width: 100%;
}

#contents {
	width: 95%;
	margin: 0 auto;
}

img.bgmaximage{
	position:fixed !important;
}


/* contents
------------------------------------------------- */
#contents h1 {
	text-align: center;
	padding: 50px 0 20px 0;
}

#contents h1 img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#contents h2 {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	padding-bottom: 30px;
	color: #493224;
	font-size: 450%;
}

#contents p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 30px;
}

.product_img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.product_img .roles {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 122%;
}

.product_img img {
	margin: -25px 0 0 -10px;
}

.hide {
	background-color: rgba(210,200,180,0.65);
}

.hide h3 {
	padding: 75px 0 0 0;
	font-size: 186%;
}

.hide h3 a:link, .hide h3 a:visited,
.hide h3 a:hover, .hide h3 a:focus, .hide h3 a:active {
	color: #493224;
	text-decoration: none;
}

/* header
------------------------------------------------- */
header {
}

/* nav
------------------------------------------------- */
nav {
	text-align: center;
	padding: 40px 0;
}

nav li {
	display: inline-block;
	padding: 0 20px;
}

nav li a {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #358a99;
	font-family: 'Nothing You Could Do', "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", cursive;
	font-size: 129%;
	font-weight: bold;
	line-height: 110px;
	-webkit-box-shadow: 0px -5px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px -5px 0px rgba(0, 0, 0, 0.5) inset;
}

nav li a:link, nav li a:visited {
	background-color: #493224;
	color: #e0e0e0;
}

nav li a:hover, nav li a:focus, nav li a:active {
	background-color: #ded7cd;
	color: #358a99;
	text-decoration: none;
	-webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2) inset;
}

nav li a span {
	display: block;
	font-weight: normal;
	font-size: 72%;
	margin-top: -90px;
}

/* footer
------------------------------------------------- */
footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 85%;
	font-family: 'Nothing You Could Do', cursive;
	color: #333;
	background: #599bab;
	padding: 40px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-shadow:
	0px -1px 0px rgba(000,000,000,0.4),
	0px 1px 0px rgba(255,255,255,0.3);
}
