@charset "utf-8";
/*=====================================================================/
/リセット/クリア
/=====================================================================*/
body, form, h1, h2, h3, h4, h5, h6, p, dl, dd, dt {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html,body {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a, img {border: 0;}
/*clearfix*/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0.1em;
	height:0.1px;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
	zoom:1;
}
* html .clearfix {height:1px;}
.clear {clear:both;}
/*=====================================================================/
/テキスト・リンク
/=====================================================================*/
a {color: #e85700; text-decoration: none;}
a:hover {text-decoration: underline;}
/*フォトカラー*/
.fc_black {color: #000;}
.fc_orange {color: #d13600;}
/*フォントサイズ*/
.fs_10 {font-size: 10px;}
.fs_12 {font-size: 12px;}
.fs_13 {font-size: 13px;}
.fs_14 {font-size: 14px;}
.fs_16 {font-size: 16px;}
.fs_18 {font-size: 18px;}
.fs_20 {font-size: 20px;}
.fs_30 {font-size: 30px;}
/*フォント太さ*/
.fw_normal {font-weight: normal !important;}
.fw_bold {font-weight: bold !important;}
/*テキスト縦位置*/
.ver_top {vertical-align: top !important;}
.ver_middle {vertical-align: middle !important;}
.ver_bottom {vertical-align: bottom !important;}
/*テキスト横位置*/
.al_left {text-align: left !important;}
.al_center {text-align: center !important;}
.al_right {text-align: right !important;}
/*=====================================================================/
/ヘッダ
/=====================================================================*/
.head {
	display: none;
}
/*=====================================================================/
/ナビ
/=====================================================================*/
.nav {
	display: none;
	background: #000;
}
/*=====================================================================/
/コンテンツ共通
/=====================================================================*/
/*メインイメージ*/
.main_image {
	display: none;
}
/*メイン*/
.main {
	width: 710px;
	margin: auto;
}
/*サイド*/
.side {
	display: none;
}
/*メイン内容の内側------------------------------*/
/*オレンジ見出し文字*/
.mainn_inner_content {
	width: 690px;
	margin: auto;
}
.mainn_inner_content p {
	padding-top: 10px;
	padding-bottom: 20px;
}
.main_inner_subject {margin: 20px 0 20px 10px;}
.main_inner_subject p {color: #d13600;}
/*グレー帯タイトル部分*/
.main_inner_head {
	height: 32px;
	position: relative;
	overflow: hidden;
}
.main_text_content p {font-size: 13px;}
/*=====================================================================/
/フッタバナー
/=====================================================================*/
.foot_banner {
	display: none;
}
/*トライアルバナー*/
.foot_trial_banner {
	display: none;
}
/*=====================================================================/
/フッタ
/=====================================================================*/
.foot {
	display: none;
}
/*=====================================================================/
/サイド
/=====================================================================*/
/*バナーコンテンツ*/
.banner_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner_content li {margin-bottom: 10px;}
/*=====================================================================/
/
/=====================================================================*/
/*=====================================================================/
/
/=====================================================================*/
