@charset "Shift_JIS";

/* ==================== クロスブラウザ設定 ==================== */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

.clearfix:after { content: ""; display: block; clear: both; }

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ==================== タグ初期化 ==================== */
/*html{color:#000;background:#FFF;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,span{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}*/
/* to preserve line-height and selector appearance */
/* sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}*/
/*to enable resizing for IE*/
/*input,textarea,select{*font-size:100%;}*/
/*because legend doesn't inherit in IE */
/*legend{color:#000;}*/


/* ==================== タグ設定 ==================== */
/*html {
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 20px 0;
	font-family:Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	font-family: "Lucida Grande",helvetica, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	
}

*:first-child+html body {
	font-family:Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	font-family: "Lucida Grande",helvetica, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000000;
	line-height: 1.5;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	_margin: 10px 0 20px 0;
	padding: 0;
	background: #CCCCCC;
	border: 0px none;
	clear: both;
}*/

/* フォーム関連 */
#formarea dl {
	margin: 20px 0;
	padding: 0;
}

#formarea dt {
	margin: 5px 0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

#formarea dt.error {
	color: #FF0000;
}

#formarea dd {
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #000000;
}

#formarea dd table {
	border-collapse: collapse;
	border-spacing: 5;
}

#formarea dd th {
	padding: 5px;
	font-size: 100%;
	color: #000000;
}

#formarea dd td {
	padding: 5px;
	font-size: 100%;
}

table.confirm {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

table.confirm th {
	padding: 15px 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

table.confirm td {
	padding: 15px 10px;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

#formarea label {
	margin: 0;
}

/* 入力フィード関連 */
#formarea input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

#formarea *:first-child+html input {
	margin: 0 5px 0 0;
}

.align-center {
	text-align: center;
}
.align-center .btn_style01 {
    display: inline-block;
    min-width: 240px;
    padding: 1em 1.6em 0.9em;
	margin-bottom: 1em;
    line-height: 1;
    border: solid 1px #000;
    border-radius: 1px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    background: #000;
    transition: all 0.4s;
}

.align-center .btn_style01:hover {
	opacity: 0.8 ;
}

.align-center input.text {
	padding: 3px;
	border: #999999 solid 1px;
	border-radius: 0px;
}

.align-center input.text:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

.align-center input.text-error {
	padding: 3px;
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

.align-center input.text-error:focus {
	padding: 3px;
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #999999 solid 1px;
}

*:first-child+html textarea {
	margin: 0 5px 0 0;
}

textarea:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea.error {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html select {
	margin: 0 5px 0 0;
}

option{ 
	padding-right:10px; 
}

button {
	margin: 0 5px 5px 0;
	padding: 3px;
}

/* リンク関連 */
/*a:link {
	text-decoration: underline;
	color:#000000;
}

a:visited {
	text-decoration: underline;
	color:#000000;
}

a:hover {
	text-decoration: none;
	color:#000000;
}*/

/* フォント関連 */

/*.font-size-s {
	font-size: 85%;
}

.font-size-m {
	font-size: 100%;
}

.font-size-l {
	font-size: 122%;
}

.font-color-red {
	color: #FF0000;
}

.font-color-blue {
	color: #0066CC;
}

.font-color-green {
	color: #009933;
}

.font-color-gray {
	color: #666666;
}

strong {
	font-weight:bold;
}

.align-center {
	text-align: center;
}


.align-left {
	text-align: left;
}


.align-right {
	text-align: right;
}*/


/* ==================== レイアウト設定 ==================== */
#contact_container {
	width: 60%;
	margin: 0 auto;
	padding: 0;
	font-size:100%;
	text-align:left;
	position: relative;
}

#contact_contents {
	border: #CCCCCC solid 1px;
	padding: 50px;
}

@media only screen and (max-width: 750px) {
#contact_container {
	padding-top: 17%;
	width: 90%;
}

/*#header {
	margin: 0 auto;
	padding: 20px;
	clear: both;
}*/

#contact_contents {
	margin: 0 auto;
	padding: 20px;
	background: #ffffff;
	border: #CCCCCC solid 1px;
	clear: both;
}



/*#footer {
	margin: 0 auto;
	padding: 20px 0;
	color: #000000;
	clear: both;
}*/

/*#ad {
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	background: #FFFFFF;
	clear: both;
}

#ad a {
	color: #555555;
}

#ad hr {
	height: 1px;
	margin: 10px 0;
	_margin: 0px 0 10px 0;
	padding: 0;
	background: #DDDDDD;
	border: 0px none;
	clear: both;
}

#powered {
	width: 161px;
	height: 0px;
	margin: 0 auto;
	padding-top: 22px;
	background: url(../../images/powered-by-formmailer.gif) no-repeat;
	display: block;
	overflow: hidden;
}*/

/* ==================== システムメッセージ ==================== */
/*#alert {
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	line-height: 40px;
	background: #FFFFFF;
	clear: both;
}*/

/* ==================== テンプレート設定 ==================== */
/*#header h1 {
	color: #000000;
}

#contents h1,#TB_ajaxWindowTitle h1 {
	color: #000000;
}*/

#contents_description {
	padding-bottom: 20px;
	font-size: 100%;
	line-height:1.5;
	color: #000000;
}

/*#complete {
	padding: 20px 0;
	font-size: 100%;
	line-height:1.5;
}

.space {
	margin: 0 0 10px 0;
}*/

.required {
	margin: 0 5px 0 0;
	font-size: 122%;
	color: #ff0000;
	font-weight: bold;
}

/*div.error {
	margin: 10px 0;
	font-size: 100%;
	color: #FF0000;
	*/line-height: 1.3;
}

.label {
	margin: 0 5px 0 0;
	font-size: 100%;
	color: #000000;
}

/*.notes {
	margin: 10px 0 0 0;
	font-size: 93%;
	color: #000000;
	line-height: 1.3;
}*/


}

/* 入力補助設定 */
input.required_field,textarea.required_field,tr.required_field,td.required_field {
	background: #FFDDDD;
	border: #FF9999 solid 1px;
}

select.required_field {
	background: #FFDDDD;
}