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

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/* base tag
-------------------------------------*/
a, a:link, a:active, a:visited {
	color: #A61169;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #A61169;
	text-decoration: none;
}
::selection {
	background: #A0D000;
	color: #083901;
}
::-moz-selection {
background: 1#A0D000;
color: #083901;
}
/* layout
-------------------------------------*/
html {
	background-color: #EF81AF;
	background-image: url(../img/bg_html.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: sans-serif;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: none;
	background-color: #EF81AF;
	background-image: url(../img/bg_wrap.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#wrap {
	padding-top: 25px;
	background-image: url(../img/bg_body.png);
	background-position: center top;
	background-repeat: no-repeat;
}
header .inner, 
footer .inner, 
.breadcrumb .inner, 
#title .inner, 
#main .inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#contents {
	width: 690px;
	padding: 0px;
}
#side {
	width: 250px;
	padding-bottom: 20px;
}
.single #contents {
	width: 100%;
}
.single #side {
	visibility: hidden;
	display: none;
}
img {
	vertical-align: middle;
}
.hide {
	display: none;
}
/* header
-------------------------------------*/
header {
	background: #FFF;
	padding: 16px 0 0 0;
	margin: 0 auto;
}
header h1 {
	float: left;
	margin: 0 auto 20px;
}
header #subnavi {
	clear: right;
	float: right;
	margin: 0 auto 20px;
}
header #subnavi ul {
	float: left;
	display: block;
}
header #subnavi ul li {
	float: left;
	list-style: none;
	font-size: 120%;
	padding: 0 0 0 20px;
	width: 100px;
	height: 43px;
}
header #subnavi ul li a:hover {
	opacity: 0.9;
}
header nav {
	clear: both;
	box-shadow: rgb(246, 244, 246) 0px -4px 25px 5px;
	-webkit-box-shadow: rgb(246, 244, 246) 0px -4px 25px 5px;
	-moz-box-shadow: rgb(246, 244, 246) 0px -4px 25px 5px;
}
#main {
	background-color: #FFFFFF;
}
#main .inner {
}
#contents {
	float: right;
}
/* breadcrumb
-------------------------------------*/
.breadcrumb {
	background-color: #FFF;
	border-top: solid 4px rgb(246, 244, 246);
}
.breadcrumb ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 18px 10px 18px 0;
}
.breadcrumb ul li {
	font-size: 100%;
	display: inline;
}
.breadcrumb ul li:before {
	content: " > ";
}
.breadcrumb ul li:first-child:before {
	content: none;
}
.breadcrumb #search {
	float: right;
	padding: 10px 0 0 10px;
}
.breadcrumb #to-sitemap {
	float: right;
}
.breadcrumb #to-sitemap li:before {
	content: "";
	padding: 5px;
}
/* main
-------------------------------------*/
#main {
	margin: 0 auto;
	padding-top: 26px;
}
#title {
	margin: 0 auto;
	min-height: 110px;
}
#title h1 {
	font-size: 300%;
	margin: 0 auto 5px;
	/*
	background-image:url(../img/bg_h1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
*/
	color: #FFFFFF;
	padding: 30px 0 10px 0;
}
#title p {
	font-size: 140%;
	color: #FFFFFF;
}
#contents {
	margin-bottom: 30px;
}
#contents article > section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #DDD;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p, #contents ul, #contents ol, #contents dl, #contents blockquote, #contents table, #contents iframe, #contents .note {
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
#contents h1 {
	font-size: 180%;
	padding: 0px 0px 7px;
	color: #A8166C;
	border-bottom: 2px solid #A8166C;
	margin-bottom: 20px;
}
#contents h2 {
	color: #A8166C;
	font-size: 180%;
	border-bottom: solid 2px #A8166C;
	padding: 5px 0;
}
#contents h3 {
	font-size: 160%;
	background-color: #FADFEA;
	padding: 12px 14px 10px;
	color: #A8166C;
}
#contents h4 {
	font-size: 160%;
	font-weight: normal;
	color: #666;
	border-bottom: dotted 1px #AAA;
	padding: 0 0 8px;
}
#contents h5 {
	font-size: 140%;
	color: #444;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#contents h6 {
	font-size: 120%;
	color: #444;
	margin-bottom: 5px;
}
#contents p {
	font-size: 120%;
}
#contents ul {
	font-size: 120%;
	margin-left: 20px;
}
#contents ol {
	font-size: 120%;
	margin-left: 25px;
}
#contents dl {
	font-size: 120%;
}
#contents ul li, #contents ol li {
	margin-bottom: 5px;
}
#contents ol li {
	text-indent: 0;
	margin-left: 10px;
}
#contents ul ul, #contents ul ol, #contents ol ul, #contents ol ol {
	font-size: 100%;
	margin-left: 20px;
	padding: 5px 0 0;
	margin-bottom: 0;
}
#contents table {
	font-size: 120%;
	border-collapse: collapse;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}
#contents th, #contents td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px 15px;
	color: #333333;
}
#contents th {
	color: #FFF;
	background-color: #F65E8F;
	font-weight: bold;
}
#contents table table, 
#contents table p, 
#contents table ul, 
#contents table ol, 
#contents table dl {
	font-size: 100%;
}
#contents pre {
	font-size: 130%;
	border: solid 1px #CCC;
	margin: 0 auto 15px;
}
#contents sup {
	font-size: 80%;
	vertical-align: super;
}
#contents sub {
	font-size: 80%;
	vertical-align: sub;
}
#contents figure {
	border: solid 1px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 auto 15px;
}
#contents figure figcaption {
	font-size: 110%;
	line-height: 1.4;
}
#contents figure figcaption {
	font-size: 110%;
	line-height: 1.4;
}
/* design
-------------------------------------*/
#contents nav.page {
	border: solid 1px #AAA;
	background-color: #EEE;
	padding: 15px 15px 7px;
	margin: 0 auto 30px;
}
#contents nav.page li {
	float: left;
	text-indent: -0.5em;
	list-style: decimal;
	white-space: nowrap;
	padding: 0 3em 0 0;
}
#contents nav.index a {
	background-color: #FFF;
	width: 31%;
	min-height: 105px;
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.3;
	border: solid 2px #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 3% 30px 0;
}
#contents nav.index a:nth-of-type(3n+3) {
	margin: 0 0 15px 0;
}
#contents nav.index a:nth-of-type(3n+1) {
	clear: both;
}
#contents nav.index a h2, #contents nav.index a h3, #contents nav.index a h4, #contents nav.index a h5, #contents nav.index a h6 {
	font-size: 160%;
	line-height: 1.3;
	background: none;
	color: #A20763;
	border: none;
	padding: 10px 10px 0;
	margin: 0 auto 5px;
}
#contents nav.index i {
	color: #111;
	width: 45px;
	margin: 0 14px 18px 0;
}
#contents nav.index a p {
	font-size: 100%;
	line-height: 1.5;
	padding: 0 10px 15px;
	margin: 0 auto;
}
#contents .note {
	background-color: #FFF;
	border: solid 1px #DDD;
	border-bottom: solid 2px #DDD;
	padding: 20px 15px 2px;
	margin: 0 auto 30px;
}
#contents .localmenu {
	border: 1px dotted #B02A79;
	padding: 15px 20px 5px;
	margin-bottom: 15px;
}
#contents .localmenu ul {
	margin: 0;
	padding: 0;
}
#contents .localmenu ul li {
	float: left;
	background-image: url(../img/bg_localmenu_li.jpg);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 10px;
}
#contents .localmenu .rss {
}
#contents .img-right {
	float: right;
	margin: 0 0 15px 30px;
}
#contents .img-left {
	float: left;
	margin: 0 30px 15px 0;
}
#contents .float-right {
	float: right;
}
#contents .float-left {
	float: left;
}
#contents .float-right-bgnashi {
	float: right !important;
	background-image: none !important;
}
#contents .float-left-bgnashi {
	float: left;
}
#contents .in2, #contents .in3, #contents .in4, #contents .in5 {
	zoom: 1;
}
#contents .in2 > div {
	float: left;
	width: 49%;
	margin: 0 1%;
}
#contents .in3 > div {
	float: left;
	width: 32%;
	margin: 0 1%;
}
#contents .in4 > div {
	float: left;
	width: 23.5%;
	margin: 0 1%;
}
#contents .in5 > div {
	width: 18.4%;
	float: left;
	margin: 0 1%;
}
#contents .in1 > div:first-child, 
#contents .in2 > div:first-child, 
#contents .in3 > div:first-child, 
#contents .in4 > div:first-child, 
#contents .in5 > div:first-child {
	margin: 0 1% 0 0;
}
#contents .in1 > div:last-child, 
#contents .in2 > div:last-child, 
#contents .in3 > div:last-child, 
#contents .in4 > div:last-child, 
#contents .in5 > div:last-child {
	margin: 0 0 0 1%;
}
#contents .in2,
#contents .in3,
#contents .in4,
#contents .in5 {
}
#contents .col01 {
	width: 10%
}
#contents .col02 {
	width: 20%
}
#contents .col025 {
	width: 25%
}
#contents .col03 {
	width: 30%
}
#contents .col04 {
	width: 40%
}
#contents .col05 {
	width: 50%
}
#contents .col06 {
	width: 60%
}
#contents .col07 {
	width: 70%
}
#contents .col08 {
	width: 80%
}
#contents .col09 {
	width: 90%
}
#contents .col10 {
	width: 100%
}
#contents .textLeft {
	text-align: left;
}
#contents .textCenter {
	text-align: center;
}
#contents .textRight {
	text-align: right;
}
#contents .textMiddle {
	vertical-align: middle;
}
#contents .fontNotice {
	color: #C00 !important;
}
#contents .fontCiA {
	color: #083901 !important;
}
#contents .fontCiB {
	color: #A61169 !important;
}
#contents .fontText {
	color: #333 !important;
}
#contents .fontSimpleText {
	color: #333 !important;
	text-decoration: none !important;
}
#contents .fontSimpleText:hover {
	text-decoration: underline !important;
}
#contents .fontLarge {
	font-size: 18px !important;
	letter-spacing: 0;
}
#contents .fontMiddle {
	font-size: 14px !important;
	letter-spacing: 0;
}
#contents .fontSmall {
	font-size: 10px !important;
}
#contents small {
	font-size: 12px !important;
	color: #666 !important;
}
#contents ul.fileList {
	margin-bottom: 3em;
}
#contents .fileList li {
	list-style: none;
	line-height: 1.5;
}
#contents span.pdfAfter, 
#contents span.docAfter, 
#contents span.xlsAfter, 
#contents span.zipAfter {
	padding: 2px 0 0 18px;
	background-image: url(../img/icon_files1.png);
	background-repeat: no-repeat;
}
#contents span.pdfBefore, 
#contents span.docBefore, 
#contents span.xlsBefore, 
#contents span.zipBefore {
	padding: 2px 18px 0 0;
	background-image: url(../img/icon_files1.png);
	background-repeat: no-repeat;
}
#contents span.pdfAfter, span.pdfBefore {
	background-position: 0 0;
}
#contents span.docAfter, span.docBefore {
	background-position: -20px -20px;
}
#contents span.xlsAfter, span.xlsBefore {
	background-position: -40px -40px;
}
#contents span.zipAfter, span.zipBefore {
	background-position: -60px -60px;
}
#contents .index .exlink h3:after, 
#contents li .exlink:after, 
#contents td .exlink:after, 
#side aside li .exlink:after {
	font-size: 10px;
	color: #D39;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e";
	padding: 0 0 0 5px;
}
/* aside
-------------------------------------*/

aside nav {
}
aside nav ul {
	font-size: 140%;
}
aside nav ul ul {
	font-size: 100%;
}
aside nav ul a {
	display: block;
	padding: 5px 0;
}
aside nav ul ul a {
	padding: 5px 10px 5px 25px;
}
aside nav ul ul ul a {
	padding: 5px 10px 5px 40px;
}
aside nav ul a:hover {
	background-color: #FFF;
}
/* side content
-------------------------------------*/
#side {
}
#side h2 {
	padding: 0 0 10px;
}
#side .block {
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 0 10px 5px;
	border: solid 2px #CCCCCC;
}
#side .block ul {
	margin: 6px 0;
	padding: 0;
}
#side .block ul li {
	font-size: 13px;
	border-bottom: 1px solid #CCCCCC;
}
#side .block ul li.last {
	border-bottom: none;
	margin-bottom: 2px;
}
#side .block ul li a {
	text-decoration: none;
	vertical-align: middle;
	color: #333333;
	display: block;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
}
#side .block ul li a:hover {
	color: #A61169;
	background-color: #F6E7F0;
}
#side .block ul li a i {
	text-align: center;
	width: 20px;
	padding-right: 10px;
	vertical-align: middle;
}
#side .block ul li ul {
	background-image: url(../img/bg_ul_li_ul.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	margin: 5px 0 0;
	padding: 3px 0 0 0;
}
#side .block ul li ul li {
	font-size: 12px;
	line-height: 1.5;
	border-bottom: none;
}
#side .block ul li ul li a {
	background-image: url(../img/bg_side_li.png);
	background-position: 14px 9px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-left: 24px;
}
#side .block ul li ul li a:hover {
}
#side .block ul li ul li ul li a {
	background-position: 28px 9px;
}
#side .archive h1 {
	font-size: 140%;
	padding: 10px;
}
#side .archive ul,
#side .banner ul {
	list-style: none;
	font-size: 140%;
	padding: 5px 0 5px 0;
}
#side .archive ul ul,
#side .banner ul ul {
	font-size: 100%;
}
#side .archive ul li,
#side .banner ul li {
/*
padding: 5px 10px;
*/
}
#side .archive ul a,
#side .banner ul a {
	display: block;
}
#side .banner ul.top_banner {
	border: 1px solid #E8E8E8;
	padding: 30px 30px 50px;
	text-align: center;
	height: 220px;
	margin-bottom: 30px;
}
#side .banner ul.top_banner li {
	float: left;
}
#side .banner ul.btm_banner {
	display: block;
}
/* pagetop
-------------------------------------*/
#back-top {
	position: fixed;
	bottom: 92px;
	right: 40px;
	z-index: 1000;
}
#back-top a {
	background-image: url(../img/pagetop.png);
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* footer
-------------------------------------*/
footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
footer ul {
	padding: 26px 0;
}
footer ul li {
	float: left;
	list-style: none;
	font-size: 110%;
	padding: 0 15px 0 13px;
	color: #333333;
	background-image: url(../img/bg_footer_li.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
}
footer ul li.float-right-bgnashi {
	background-image: none;
	float: right;
}
footer ul li a:link, footer ul li a:visited {
	color: #333333;
	text-decoration: none;
}
footer small {
	color: #FFF;
	display: block;
	padding: 48px 0px 24px 0px;
	text-align: center;
	font-size: 11px;
}
footer #main-bottom {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 30px 0 10px;
}
footer #main-bottom .btm-column {
	float: left;
	width: 192px;
}
footer #main-bottom .btm-column h2 {
	font-weight: bold;
	padding-bottom: 15px;
	color: #B84187;
}
footer #main-bottom .btm-column ul {
	padding: 0;
}
footer #main-bottom .btm-column ul li {
	list-style: none;
	font-size: 100%;
	padding-bottom: 15px;
	background-image: none;
}
footer #main-bottom .btm-column a {
	color: #B84187;
	text-decoration: none;
}
footer #main-bottom .btm-column a:hover {
	text-decoration: underline;
}
footer #footer-reg {
	line-height: 1.4;
	color: #888;
	border-top: solid 1px #CCC;
	padding: 20px 0 10px;
}
/* smart menu 
--------------------------------*/
.menu-collapser {
	position: relative;
	background-color: #999;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	background-color: #0E0E0E;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}
.collapse-button .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}
/* smart-menu */
.smart-menu-outer p {
	font-size: 140%;
	padding: 15px 10px;
}
ul.smart-menu {
	display: none;
	font-size: 120%;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.smart-menu a {
	display: block;
}
ul.smart-menu a:hover {
}
ul.smart-menu a strong {
	float: right;
}
ul.smart-menu li {
	float: left;
	display: block;
	position: relative;
	width: 20%;
}
ul.smart-menu li a {
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center 18px;
	text-indent: -9999em;
	overflow: hidden;
	outline: none;
}
ul.smart-menu li a:hover, ul.smart-menu li a.active {
	background-color: #FCF6F6;
	background-position: center 19px;
	box-shadow: rgb(246, 244, 246) 0px 1px 1px 2px inset;
	-webkit-box-shadow: rgb(246, 244, 246) 0px 2px 1px 3px inset;
	-moz-box-shadow: rgb(246, 244, 246) 0px 1px 1px 3px inset;
}
ul.smart-menu li ul {
	font-size: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 3em;
	z-index: 100;
}
ul.smart-menu li li {
	width: 100%;
	background-color: #F99;
}
ul.smart-menu li ul ul {
	left: 100%;
	top: 0;
}
ul.smart-menu li li li {
	background-color: #ACF;
}
ul.smart-menu li.nav01 {
	width: 25%;
}
ul.smart-menu li.nav02 {
	width: 15%;
}
ul.smart-menu li.nav04 {
	width: 15%;
}
ul.smart-menu li.nav05 {
	width: 25%;
}
ul.smart-menu li.nav01 a {
	background-image: url(../img/navi_global01.png);
}
ul.smart-menu li.nav02 a {
	background-image: url(../img/navi_global02.png);
}
ul.smart-menu li.nav03 a {
	background-image: url(../img/navi_global03.png);
}
ul.smart-menu li.nav04 a {
	background-image: url(../img/navi_global04.png);
}
ul.smart-menu li.nav05 a {
	background-image: url(../img/navi_global05.png);
}
.skip {
	display: none;
}
.skip li {
	display: inline;
}
/* front
----------------------------------------------------*/

.front #title .bg {
	background-image: url(../img/bg_mt_near.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
.front #title {
	background-image: url(../img/bg_mt_far.png);
	background-position: -600px bottom;
	background-repeat: repeat-x;
}
.front #title h1 {
	font-family: 'Roboto';
 sans-serif;
	font-size: 64px;
	font-weight: lighter;
	letter-spacing: -0.05em;
	text-indent: -5px;
	padding: 50px 0 5px;
}
.front #title p {
	padding-bottom: 70px;
}
.front #contents h3 {
	padding: 0;
	background: none;
}
.front #contents h4 {
	background-color: #FDF3FA;
	color: #BC137B;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: none;
}
.front #contents h4 a {
	display: block;
	background-color: #FEF0FA;
	text-decoration: none;
	padding: 6px;
}
.front #contents h4 a:hover {
	background-color: #FEF0FA;
}
.front #contents ul {
	font-size: 10px;
	margin: 0 15px 15px 30px;
}
.front #contents ul li {
	line-height: 1.3;
	text-indent: -0.5em;
}
.front #contents ul a {
	color: #666;
}
.front #contents .in3 div, 
.front #contents .in2 div {
	border: solid 1px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.front #contents .in3 div p img, 
.front #contents .in2 div p img {
	margin: 0 -1px;
}
.front #contents #important {
	background-color: #FDEFF9;
	border: solid 1px #A8166C;
	margin: 0 auto 15px;
}
.front #contents #important h3 {
	font-size: 160%;
	text-align: center;
	background-color: #E11;
	color: #FFF;
	padding: 8px;
	margin: 0;
}
.front #contents #important table {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.front #contents #important table th, 
.front #contents #important table td {
	border: none;
	background: transparent;
	padding: 5px;
}
.front #contents #important table th {
	color: #E11;
}
/* clearfix
----------------------------------------------------*/
.clear {
	clear: both
}
.clearfix:after {
	content: "";
	display: block;
	clear: both
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
	position: relative
}
/* opacity
----------------------------------------------------*/
.opacity {
	opacity: 0.0;
}
