@charset "utf-8";


body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 80%;
	line-height : 1.8;
	background-image: url(../image/main_bg.png);
}

a {
	color: #69c;
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a:active{
	text-shadow: 0px 0px;
}


/**
 * .header__logo
 */
 .header__logo {
	width: 100%;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	background-color: #FFFFFF;
 }

 .header__logo h1 {
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
 }

 .header__logo h1 .header__logo__img {
 	width: 100px;
 	height: 19px;
 	float: left;
 }

 .header__logo h1 .header__smaconlogo__img {
 	width: 202px;
 	height: 14px;
 	float: right;
 	margin-top: 2px;
 }
#mail_form #privacy {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/**
 * #footer
 */



.footer__nav li {
	display: inline-block;
	margin-right: 10px;
}

.footer__nav a {
	color: #ccc;
}

#copyright {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: small;
	line-height: 20px;
}
#title #inquirytitle img {
	max-width: 100%;
}
#container #title #inquirytitle {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#title #titkeimg {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#title_text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: #07318F;
    margin-bottom: 10px;
    font-size: medium;
}
.notice  {
	margin-top: 5px;
	margin-bottom: 20px;
}
.about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 700px;
    font-size: 11px;
}
#title {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	max-width: 600px;
	width: 80%;
}
#container .breadcrumbs {
	margin: 0 auto;
	padding-top: 15px;
	max-width: 960px;
}
.breadcrumbs ul li {
	font-size: 93%;
	display: inline-block;
}



/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){
#titketext  {
	width: 400px;
}
