@charset "utf-8";

/*---------------------------------------------
	Media All
  ---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
}

img {
	vertical-align: bottom;
}

html,body {
     height:100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background: url(../images/main_bg.jpg) top center repeat-y;
}

#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: url(../images/header_bg.jpg) top center no-repeat;
}

.contents {
	width: 980px;
	margin: 0 auto;
}

#header {
	margin-bottom: 80px;
	text-align: center;
}

.main_image {
	padding-top: 25px;
}

.sec_img {
	text-align: center;
	margin-bottom: 10px;
}

.txt_blue {
	color: #00B2B2;
	font-weight: bold;
	font-size: 18px;
}

.txt_pink {
	color: #FF007F;
	font-weight: bold;
	font-size: 18px;
}

a {
	color: #FF007F;
	font-weight: bold;
	font-size: 18px;
	text-decoration:underline;
}

.sec_header {
	text-align: center;
	margin-bottom: 20px;
}

.section {
	margin-bottom: 50px;
}

.sec_inner {
	padding: 0 40px;
	margin-bottom: 30px;
}

.img_left {
	float: left;
	margin-right: 30px;
}

.margin_btm {
	margin-bottom: 20px;
}

.img_box_left {
	float: left;
	margin-right: 15px;
}

.sec_under {
	padding: 0 40px;
	margin-bottom: 50px;
}

.sec_inner_left {
	float: left;
	margin-right: 30px;
	width: 565px;
}

.sec_box {
	margin-bottom: 30px;
}

.sec_box_header {
	margin-bottom: 10px;
}

.padding_add {
	padding: 5px 0 10px 10px;
}

.sec_box_coution {
	font-size: 12px;
}

.img_box {
	margin-bottom: 15px;
}

.img_right {
	float: right;
	margin-left: 30px;
}

.sec_txt {
	overflow: hidden;
	margin-bottom: 10px;
}

.sec_inner_img {
	margin: 0 0 20px 100px;
}

.link_txt01 {
	margin-bottom: 20px;
}

.link_txt01 a {
	color: #E0CB45;
	font-weight: bold;
	margin-bottom: 20px;
}

.link_txt02 a {
	font-size: 14px;
}

.img_caption {
	color: #846B0B;
	font-size: 10px;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.footer_inner {
	color: #888;
	font-size: 12px;
	margin-bottom: 20px;
}

.sec_caution {
	width: 880px;
	margin: 0 auto;
	border: 2px solid #CCC;
	padding: 3px;
}

.caution_inner {
	border: 1px solid #999;
	padding: 20px;
	font-size: 12px;
	color: #444;
}

.caution_txt {
	list-style-position: inside;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#back-top {
	position: fixed;
	bottom: 0%;
	right: 10%;
}

clearboth {
	clear: both;
}

.no_margin {
	margin-bottom: 0 !important;
}

.twitter_area {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}

.twitter_inner {
	display: table-cell;
	vertical-align: middle;
}

.padding_add {
	padding-right: 10px;
}

.oder_btn {
	margin-bottom: 10px;
}

.txt_em {
	font-weight: bold;
}

.margin_add {
	margin-bottom: 10px;
}