﻿@charset "utf-8";

/* 
name: Style Co. Official Website.
designer: IT-Force Inc.
designer_url: http://it-force.jp/
Ver3.11 2013/02/15
*/
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fff;
	color: #000;
	font-size:12px;
	/*height:100%;*/
}
body > #container {
        height: auto;
}
a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	color:  #06F;
	text-decoration: underline;
}
a:visited {
	color:  #06F;
}
a:hover {
	color:  #F00;
	text-decoration:none;
}
a:active {
	color:  #06F;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
}
h1{
	font-weight:normal;
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
}
h2{
	font-weight:normal;
	font-size:10px;
	line-height:20px;
}
h3{
	font-weight: bold;
	font-size:18px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
/*共通*/
.image-resize {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
}
.clear{
	clear:both;
}
.horizon{
	border-bottom:1px #CCC solid;
	padding-top:10px;
	margin-bottom:10px;
}
.dashed{
	border-bottom:1px #CCC dashed;
	padding-top:0px;
	margin-bottom:10px;
}
#container {
	width:100%;
	min-height:100%;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
#container a img{
	-ms-interpolation-mode: bicubic;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#container a:hover img {
	-ms-interpolation-mode: bicubic;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#headArea{
	width:100%;
	overflow:hidden;
}
#headBg{
	width:100%;
	height:85px;
	background:url(../images/bg_head.jpg) repeat-x;
}
#headBg_Layer{
	width:100%;
	height:85px;
	background:url(../images/bg_head2.jpg) no-repeat top center;
}
#headBox{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	color:#FFF;
}
#headBox a img{
	-ms-interpolation-mode: bicubic;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#headBox a:hover img {
	-ms-interpolation-mode: bicubic;
	opacity: 1;
	filter: alpha(opacity=100);
}
#headMM{
	text-align:right;
}
#naviArea{
	width:100%;
	height:53px;
	background:url(../images/bg_navi.jpg) repeat-x;
}
#naviArea_Layer{
	width:100%;
	height:53px;
	background:url(../images/bg_navi2.jpg)  top center no-repeat;
}
#naviBox{
	width:980px;
	margin:auto;
}
/* ---------------------------------------------------------------------
ヒーロー
--------------------------------------------------------------------- */
#heroArea{
	position:relative;
	width:100%;
	height:400px;
	background:#666;
	margin:1px 0;
}
#heroArea_sub{
	width:100%;
	height:30px;
	background:#666;
	margin:1px 0;
}
/* ---------------------------------------------------------------------
SNS
--------------------------------------------------------------------- */
#snsBox{
	position: absolute;
	width: 77px;
	height: 236px;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	left: 0px;
	top: 44px;
	background: #000;
}
/* ---------------------------------------------------------------------
INDEX BNRエリア
--------------------------------------------------------------------- */
#indexBnr{
	background:#F8F8F8;
	border-bottom:1px #CCC  solid;
	width:100%;
	text-align:center;
	/*padding:15px 0;*/
	padding:0 0 15px 0;
}
#indexBnr_Box{
	width:980px;
	margin: auto;
}
#heroBnr_Box{
	position:absolute;
	z-index:10;
	height:124px;
	width:276px;
	left: 121px;
	top: 46px;
	border: 1px solid #333;
	padding:1px;
	background:#FFF;
}
/* ---------------------------------------------------------------------
INDEX コンテンツ
--------------------------------------------------------------------- */
.LavelBox{
	border-bottom:#E9ECEE 1px solid;
	background:url(../images/ico_j02.jpg)  repeat-y;
	overflow:hidden;
}
.LavelBox_txt{
	float:left;
	margin: 0 0 0 3px;
	padding:5px 15px;
	background: #E9ECEE;
	font-weight:bold;
	overflow:hidden;
	color:#333;
	font-family:"Times New Roman", Times, serif;
}
.youtubeBox{
	position:relative;
	text-align:center;
}
.youtubeArr{
	position:absolute;
	width:80px;
	height:78px;
	left: 143px;
	top: 79px;
}
.NewsList{
	margin:10px 0px;
	padding:5px;
	border-bottom:#CCC 1px dotted;
}
.NewsList_date{
	float:left;
	width:80px;
	text-align:center;
	padding:3px;
	background:#36F;
	color:#FFF;
}
.NewsList_article{
	float: right;
	width:450px;
	padding:3px;
}
.NewsList_article a {
	color:#333;
	text-decoration:none;
}
.NewsList_article a:hover {
	color:#333;
	text-decoration: underline;
}
.magBox{
	float:left;
	text-align:center;
	padding:5px;
	margin: 0 10px 0 10px;
	font-size:10px;
}
.magBox img {
	-ms-interpolation-mode: bicubic;
	width:80px;
	height:110px;
}
.recentBox{
	border-bottom:#E9ECEE 1px solid;
	overflow:hidden;
	padding-bottom:15px;
	margin: 10px 0 0 0;
}
.recentThumb{
	float:left;
}
.recentThumb img{
	-ms-interpolation-mode: bicubic;
	width:100px;
	height:70px;
}
.recentArticle {
	float:right;
	width:255px;
}
.recentArticle a {
	color:#333;
	text-decoration:none;
}
.recentArticle a:hover {
	color:#333;
	text-decoration: underline;
}
.recentArticle_date{
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}
.topicsBox{
	float:left;
	margin: 0 15px 15px 10px;
	font-size:10px;
}
.topicsBox2 {
	float:left;
	margin: 0 15px 0 15px;
	font-size:10px;
	line-height:1.5em;
}
.topicsBox_date{
	border-bottom:#E9ECEE 1px solid;
	border-top:#E9ECEE 1px solid;
	padding: 5px 0;
	color: #666;
	font-size:14px;
	overflow:hidden;
}
.topicsBox_date2 {
	border-bottom:#D80B1A 2px solid;
	border-top:#D80B1A 1px solid;
	padding: 5px 0;
	margin: 0 0 10px 0;
	color: #333;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
#indexTopFree_Area{
	margin: 0  0 20px;
	text-align:center;
	overflow:hidden;
}
#indexFree_Area{
	margin: 10px;
	text-align:center;
	overflow:hidden;
}
#indexFree_AreaLeft{
	float:left;
	width:45%;
	text-align:center;
}
#indexFree_AreaRight{
	float:right;
	width:45%;
	padding: 0 0 0 15px;
	border-left:#CCC dashed 1px;
	text-align:center;

}
.textBtn{
	float:left;
	background:#D01D23;
	color:#FFF;
	font-size:12px;
	padding: 2px 7px;
	text-align:center;
}
.textBtn a{
	color:#FFF;
	text-decoration:none;
}
.textBtn a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
パンくず
--------------------------------------------------------------------- */
#panQz{
	background:#F8F8F8;
	border-bottom:1px #CCC  solid;
	width:100%;
	padding:5px 0;
}
#panQz_box{
	width:950px;
	margin:auto;
}
/* ---------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------- */
#wrapper{
	width:980px;
	margin: 30px auto 20px auto;
	overflow:hidden;
}
#index_LeftBox{
	float:left;
	width:560px;
}
#index_RightBox{
	float:right;
	width:370px;
}
.contents_1column{
	width:950px;
	margin: 0 auto 20px auto;
	line-height:2em;
	overflow:hidden;
}
.contents_LeftBox{
	float:left;
	width:620px;
	margin: 0 0 0 15px;
	overflow:hidden;
}
.contents_RightBox{
	float:right;
	width:300px;
	margin: 0 15px 0 0;
	overflow:hidden;
}
/* ---------------------------------------------------------------------
撮影会
--------------------------------------------------------------------- */
.satsueikai_photoBox{
	overflow:hidden;
	width:100px;
	height:120px;
	border:1px solid #CCC;
	padding:1px;
	margin:  0 auto 10px auto;
}
.satsueikai_photoBox img{
	-ms-interpolation-mode: bicubic;
	width:100px;
	height:120px;
}
.satsueikai_ttl{
	background:#F9F7F3;
	border-bottom: #CC280D 2px solid;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:10px 20px;
	font-size:16px;
	font-weight:bold;
}
.satsueikai_ttl2{
	background:#F9F7F3;
	border:#CCC 1px dotted;
	padding:5px 20px;
	font-size:12px;
	font-weight:bold;
}
.satsueikai_ttl3{
	background:#F9F7F3;
	border-bottom: #CC280D 2px solid;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:10px;
}
.satsueikai_ttl4{
	font-size:14px;
	font-weight: bold;
}
.sa2eiDate_Box{
	float:left;
	text-align:center;
	background:#39F;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	border: 1px #CCC solid;
}
.sa2eiList_Box{
	padding-bottom:20px;

}
.satsueikai_RightBox{
	width:230px;
	background:#FAF9F6;
	padding:10px;
	border: 1px dotted #CCC;
	margin:auto;
}
.satsuyeikai_attention{
	border-bottom: #CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:10px 20px;
}
.satsuyeikai_attention2{
	border:#CCC 1px dashed;
	margin: 10px 0 0 0;
	padding:10px;
	background:#FFFFEC
}
.satsuyeikai_attention3{
	border:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	margin: 10px 0 0 0;
	padding:10px 20px;
	background:#FFFFEC
}
.satsuyeikai_ExpBox{
	width:580px;
	margin:auto;
	line-height:2em;
	border:#CCC 1px dashed;
	padding:10px;
}
.satsuyeikai_BikoBox{
	width:580px;
	margin:auto;
	line-height:2em;
	padding:10px;
}
.satsueikai_icoBox{
	float:left;
	overflow:hidden;
	border:1px solid #CCC;
	padding:1px;
	margin: 0 2px 3px 1px;
	width:50px;
	height:50px;
}
table.satsuyeikai{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;
}
.satsuyeikai th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color:#FFF;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
    text-align: center;
}
.satsuyeikai td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.3em 1em;
    background-color:;
	text-align: center;
}
table.satsuyeikai a{
	color: #00F;
}
table.satsuyeikai a:hover{
	color: #F00;
	text-decoration:underline;
}
table.sa2ei_cal{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;
}
.sa2ei_cal th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background-image:url();
    background-position:left top;
    padding:0.5em 0em;
    text-align: center;
}
.sa2ei_cal td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.3em 0em;
    background-color:;
	text-align: center;
}
table.sa2ei_cal a{
	color: #00F;
}
table.sa2ei_cal a:hover{
	color: #F00;
	text-decoration:underline;
}
.sa2ei_Left{
	float:left;
	width:45%;
	margin: 10px 0 0 0;
}
.sa2ei_Right{
	float:right;
	width:50%;
	border-left:1px dashed #CCC;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}
table.sa2_Entryform{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;
}
.sa2_Entryform th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color:#FFF;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
	text-align:right;
}
.sa2_Entryform td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.3em 1em;
    background-color:;
}
table.sa2_Entryform a{
	color: #00F;
}
table..sa2_Entryform a:hover{
	color: #F00;
	text-decoration:underline;
}
table.sa2_Entryform2 {
    border-top:1px solid #FFF;
    border-left:1px solid #FFF;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;
}
.sa2_Entryform2 th{
    border-right:1px solid #FFF;
    border-bottom:1px solid #FFF;
    color:#FFF;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
	text-align:right;
}
.sa2_Entryform2 td{
    border-right:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding:0.3em 1em;
    background-color:;
}
table.sa2_Entryform2 a{
	color: #00F;
}
table..sa2_Entryform2 a:hover{
	color: #F00;
	text-decoration:underline;
}
/* ---------------------------------------------------------------------
フォトログ
--------------------------------------------------------------------- */
.photoLog_box-L{
	float:left;
	width:470px;
	overflow:hidden;
}
.photoLog_box-R{
	float: right;
	width:470px;
	overflow:hidden;
	border-left:1px solid #999;
	padding-left:20px;
}
.photoBox{
	float:left;
	width:180px;
	background:#333;
	margin: 0 4px 10px 2px;
	padding:10px 5px 5px 5px;
	color:#CCC;
}
.photoImgBox{
	width:170px;
	height:120px;
	background:#CCC;
	margin:auto;
}
.photowrap{
	padding-top:400px;
	background:url(../photoLog/images/top_bg.jpg) no-repeat top center;
	overflow:hidden;
}














/* ---------------------------------------------------------------------
プロフィール
--------------------------------------------------------------------- */
.profBox{
	float:left;
	overflow:hidden;
	display:block;
	border:1px  #CCC dashed;
	padding:10px;
	margin:  0 5px 20px 4px;
	text-align:center;
}
.profBox a {
	text-decoration:none;
}
.profBox img{
	-ms-interpolation-mode: bicubic;
	width:100px;
	height:120px;
	border:1px solid #CCC;
	padding:1px;
	margin: 0 0 5px 0;
}
.profBox_Unit{
	float:left;
	width:280px;
	overflow:hidden;
	display:block;
	border:1px  #CCC dashed;
	padding:10px;
	margin:  0 5px 20px 8px;
	text-align:center;
}
.profBox_Unit a {
	text-decoration:none;
}
.profBox_Unit img{
	-ms-interpolation-mode: bicubic;
	border:1px solid #CCC;
	padding:1px;
	margin: 0 0 5px 0;
}
.profBlog_Box{
	padding:15px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
}
.profBlog_Box img {
	-ms-interpolation-mode: bicubic;
	width:200px;
	height:150px;
	margin-bottom:10px;
}
.profThumb_Box{
	float:left;
	overflow:hidden;
	margin:  0 7px 20px 10px;
	text-align:center;
}
.profThumb_Box img{
	-ms-interpolation-mode: bicubic;
	width:100px;
	height:120px;
	border:1px solid #CCC;
	padding:1px;
	margin: 0 0 5px 0;
}
/* ---------------------------------------------------------------------
ブログ一覧
--------------------------------------------------------------------- */
.blogList_Box{
	float:left;
	border: #CCC 1px dashed;
	width:200px;
	margin-bottom:10px;
	text-align:center;
	padding:5px;
	margin: 0 20px 25px 5px;
}
.blogTitle{
	font-size:10px;
}
.blogName{
	background: #F2F2F2;
	margin: 10px 0 0 0;
	font-weight:bold;
}
.blogBTN{
	width:90px;
	text-align:center;
	float:left;
	border: #CCC 1px solid;
	background:#F8F8F8;
	margin: 0 3px 0 0;
	font-weight:bold;
}
/* ---------------------------------------------------------------------
ニュース＆トピックス
--------------------------------------------------------------------- */
.newsTitle{
	background:url(../images/ico_j01.jpg) no-repeat  8px 7px;
	padding: 0 48px;
}





/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footArea{
	clear:both;
	width:100%;
}
#footUpper{
	width:100%;
	border-bottom:10px #F8F8F8 solid;
	text-align:center;
	padding:5px 0;
}
#footBox{
	width:980px;
	margin:auto;
	padding:30px 0;
	line-height:25px;
}
#footCopy{
	width:100%;
	height:28px;
	padding-top:12px;
	text-align:center;
	color:#FFF;
	background:url(../images/bg_copyright.jpg) no-repeat top center;
}
#footCopy a {
	color:#FFF;
}
#footMM {
	border-left: 1px dashed #CCC;
	margin-left:60px;
	padding-left:20px;
	line-height:23px;
	font-size:10px;
	background:url(../images/qr.gif) no-repeat bottom right;
}
#footMM a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}
#footMM a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------------------
背景フルスクリーン （下層ページ用）
--------------------------------------------------------------------- */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
/* ---------------------------------------------------------------------
画像フロート
--------------------------------------------------------------------- */
.float-left {
	float:left;margin-right:10px;margin-bottom:0px;margin-top:0px;
 }
.float-right {
	float:right;margin-left:2em;margin-bottom:1em;margin-top:0em;
 }
/* ---------------------------------------------------------------------
フォント（span）専用
--------------------------------------------------------------------- */
.f10_px {
	font-size:10px;
}
.f10_px a {
	font-size:10px;
}
.f10_px a:hover{
	font-size:10px;
}

.f12_px_333f {
	font-size:12px;
	color:#666;
}
.f12_px {
	font-size:12px;
}
.f12_px a {
	font-size:12px;
}
.f12_px a:hover{
	font-size:12px;
}
.f12_px_red {
	font-size:12px;
	color:#F00;
	line-height:1.5em;
}
.f14_px {
	font-size:14px;
}
.f14_px a {
	font-size:14px;
}
.f14_px a:hover{
	font-size:14px;
}
.f_red_px {
	color:#FF0000;
}
.f10_px_red {
	font-size:10px;
	color:#F00;
	line-height:1.5em;
}
.f10_px_white {
	font-size:10px;
	color:#FFF;
}
.red {
	color:#F00;
}
.offday{
	font-size:16px;
	color:#CC3333;
}
.lstordr{
	font-size:16px;
	color: #0C6;
}
/*ライン*/
.line_30px{
	line-height:30px;
}
.line_20px{
	line-height:20px;
}
.line_15px{
	line-height:15px;
}
.txt_r{
	text-align:right;
}
.txt_c{
	text-align:center;
}
.f10_px_c {
	font-size:10px;
	text-align:center;
}
.f16_px {
	font-size:16px;
}
.f16_px a {
	font-size:16px;
}
.f20_px {
	font-size:20px;
}
.f20_px a {
	font-size:20px;
}
.tx_fff{
	color:#fff;
}
 /* ---------------------------------------------------------------------
テーブル専用
--------------------------------------------------------------------- */
table.basic{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;

}
.basic th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color:#FFF;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
    text-align: center;
}
.basic td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.5em 1em;
    background-color:;
}
table.basic a{
	color: #00F;
}
table.basic a:hover{
	color: #F00;
	text-decoration:underline;
}

table.basic2{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;

}
.basic2 th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color:#330000;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
    text-align: center;
	color:#FFF;
}
.basic2 td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.5em 1em;
    background-color:;
}
table.basic2 a{
	color: #00F;
}
table.basic2 a:hover{
	color: #F00;
	text-decoration:underline;
}

/*ページ内共通テーブル*/
table.common_tb {
    border-top:1px solid #CCC;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;

}
.common_tb th{
    border-bottom:1px solid #CCC;
    color:#FFF;
    background-image:url();
    background-position:left top;
    padding:5px 1em;
    text-align:left;
}
.common_tb td{
    border-bottom:1px solid #CCC;
    padding:5px 1em;
    background-color:;
	font-size:12px;
}
/*ページ内共通テーブル(ラインなし)*/
table.common_tb_noline {
    border-top:0px solid;
    border-collapse:collapse;
    border-spacing:0;
    background-color:;
    empty-cells:show;
	margin:10px auto;
	line-height:2em;

}
.common_tb_noline th{
    border-bottom:0px solid;
    color:#330000;
    background-color:;
    background-image:url();
    background-position:left top;
    text-align:left;
}
.common_tb_noline td{
    border-bottom:0px solid;
}
/*ページ内共通テーブル(ラインなし+テキストセンタリング)*/
table.common_tb_noline_txt_c {
    border-top:0px solid;
    border-collapse:collapse;
    border-spacing:0;
    background-color:;
    empty-cells:show;
	margin:0px auto;

}
.common_tb_noline_txt_c th{
    border-bottom:0px solid;
    color:#330000;
    background-color:;
    background-image:url();
    background-position:left top;
    text-align:center;
}
.common_tb_noline_txt_c td{
    border-bottom:0px solid;
    text-align:center;
}
table.common_tb_noline_txt_c-2 {
    border-top:0px solid;
    border-collapse:collapse;
    border-spacing:0;
    background-color:;
    empty-cells:show;
	margin:10px auto;

}
.common_tb_noline_txt_c-2 th{
    border-bottom:0px solid;
    color:#330000;
    background-color:;
    background-image:url();
    background-position:left top;
    text-align:center;
}
.common_tb_noline_txt_c-2 td{
    border-bottom:0px solid;
    text-align:center;
}
.common_tb_noline_txt_c-2 a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/*ページ内共通テーブル(横線のみ)*/
table.line_w{
    border-top:1px solid #E5E5E5;
    border-left:0px solid #E5E5E5;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;

}
.line_w th{
    border-right:0px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    background-image:url();
    background-position:left top;
    padding:0.5em 1em;
	line-height:1.5em;
	color:#FFF;
}
.line_w td{
    border-right:0px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    padding:0.5em 1em;
    background-color:;
	color:#330000;
}
table.line_w a{
	color: #00F;
}
table.line_w a:hover{
	color: #F00;
	text-decoration:underline;
}




/********
scrollbar
********/
body > * {
	scrollbar-width:5px;
	scrollbar-base-color:#FFF;
	scrollbar-track-color:#FFF;
	scrollbar-face-color:#EEE;
	scrollbar-shadow-color:#EEE;
	scrollbar-darkshadow-color:#EEE;
	scrollbar-highlight-color:#EEE;
	scrollbar-3dlight-color:#EEE;
	scrollbar-arrow-color:#FFF;
	word-wrap: break-word;
	word-break: break-all;
}


*::-webkit-scrollbar,
* .block::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#FFF;
	border-radius:3px;
}
*::-webkit-scrollbar:horizontal,
* .block::-webkit-scrollbar:horizontal {
	height:5px;
}
*::-webkit-scrollbar-button,
* .block::-webkit-scrollbar-button {
	display:none;
}
*::-webkit-scrollbar-piece,
* .block::-webkit-scrollbar-piece {
	background:#FFF;
}
*::-webkit-scrollbar-piece:start,
* .block::-webkit-scrollbar-piece:start {
	background:#FFF;
}
*::-webkit-scrollbar-thumb,
* .block::-webkit-scrollbar-thumb {
	overflow:hidden;
	border-radius:3px;
	background:#CCC;
}
*::-webkit-scrollbar-corner,
* .block::-webkit-scrollbar-corner {
	overflow:hidden;
	border-radius:3px;
	background:#CCC;
}

/*ページ送り*/
.pageOkuriWaku{
	width:980px;
	margin: 0 auto 0 auto;
	padding-bottom:30px;
	overflow:hidden;
}
.pageNum{
	float:left;
	border:#CCC 1px solid;
	text-align:center;
	font-size:16px;
	padding: 0 10px;
	margin:0 10px 0 0;
	background:#CCC;
	color:#FFF;
}
.pageNum2{
	float:left;
	border:#CCC 1px solid;
	text-align:center;
	font-size:16px;
	padding: 0 10px;
	margin:0 10px 0 0;
	background: #FF0000;
	color:#FFF;
}
.pageNum2 a{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
}
.add_p15th{
	background:#000;
	font-size:30px;
	font-weight:bold;
	padding:8px;
	line-height:1.5em;
	width:500px;
	margin: 0 auto 16px auto;
	color:#FFF;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.btn_yoyakuEx{
}
.btn_yoyakuEx a{
	text-decoration:none;
	display:block;
	background: #EF1C20;
	font-size:30px;
	font-weight:bold;
	padding:10px 8px 8px 8px;
	line-height:1.5em;
	width:500px;
	margin: 0 auto 16px auto;
	color:#FFF;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.btn_yoyakuEx a:hover{
	background:#C8080B;
}
#top_FreeBox{
	background:#CE151D;
	margin-bottom:15px;
}
