@charset "UTF-8";


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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    height: 100%;
}
/*body for modalBody*codingTeam cd*/
body.modalBody{
	background:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 84.3%;
	line-height: 1.6;
	color: #333;
}

/*headline design CLASS
 ***************************************/

h1 {
	/*margin: 20px 0 0;*/
}
/*h1(WIDE)*codingTeam cd*/
.head01Wide {
	padding:12px 0 9px 60px;
	text-align:left;
}
.head01Wide img{
	float:left;
	padding-bottom:10px;
}

.head01Wide span {
	float:left;
	padding-left:40px;
	font-weight:400;
	vertical-align:middle;
}

h2, h3, h4, h5, p, ul, ol, dl {
	/*margin: 0 0 20px;
	line-height: 1.7;
	*/
}
h2, h3, h4, h5 {
	line-height: 1.4;
}
h2 {
	font-size: 120%;
	color:#ff3333;
	background:url(../common/bg_h2.gif) repeat-x left bottom transparent;
	padding-bottom:5px;
	margin-bottom:10px;
	display:block;
}
.home h2{
	background: none;
}

h3 {
	font-size: 110%;
}
ul li,
ol ul li,
ol li {
	display: list-item;
	margin: 0 0 5px 25px;
	list-style: disc;
}
ol li {
	list-style: decimal;
}
dt {
	font-weight: bold;
	margin: 0 0 5px;
}
dd {
	margin: 0 10px 1em;
}
a:hover {
	
}
button {
	border: none;
}
table {
	width: 100%;
}
caption {
	font-weight: bold;
	text-align: left;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
td p,
td ul,
td ol,
td dl {
	margin: 0;
}
hr {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
}
button {
	cursor: pointer;
	background: none;
	border: none;
	border: hidden;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: normal;
	color: #C30;
}
sup {
	vertical-align: top;
	line-height: 1.8;
}
a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f33;
}
a:active {
	color: #CCC;
}
form .buttonArea {
	text-align: center;
	margin: 20px 0;
}
form .buttonArea input {
	vertical-align: bottom;
}

/* wrapper
*********************************************************/
#wrapper {
	width:100%;
	background:#F33;

}

.popup #wrapper {
	background-color:#FFFFFF !important;
}

/* header
*********************************************************/

#header {
	width:960px;
	padding:20px 30px 0;
	margin:0 auto;
	min-height:98px;
	position:relative;
}
#header p.logo{
	margin:-6px 0 0;
}

.headerWide{
	padding:20px 0 20px 40px;
background:#F33;
}

/* globalNavi */
#globalNavi {
	display:block;
	position:absolute;
	top:79px;
	right:30px;
}
#globalNavi li{
	list-style:none;
	display:inline;
	margin:0 0 0 59px;
}

/* searchForm */
#header .searchForm{
	background:url(../common/search_bkg.png) no-repeat;
	display:block;
	width:203px;
	height:26px;
	position:absolute;
	top:20px;
	right:30px;
	_border:none;
	overflow-x: hidden;
}
*:first-child+html #header .searchForm{ 
	top:20px;
	position:absolute;
}
#header .searchForm input{
	margin:0;
	padding:0;
}
#header .searchForm input.textField{
	display:block;
	background:#fff;
	width:207px;
	height:20px;
	margin:3px;
	border:none;
	background:#eee;
}
#header .searchForm input.textField:focus{
	background:#E2E1C6;
}
#header .searchForm input.searchBtn{
	position:absolute;
	display:block;
	top:1px;
	right:1px;
}

/* headerNotice */
#headerNotice {
	background:#fff;
	width:450px;
	border-radius: 5px;
	position:absolute;
	top:15px;
	left:165px;
	padding:5px;
}
*:first-child+html #headerNotice{ 
	top:20px;
}

#headerNotice table.noticeTable{
	font-size:10px;
	border:none;
}

#headerNotice table.noticeTable th,
#headerNotice table.noticeTable td{
	font-weight:bold;
	padding:0 5px;
	border:none;
	text-align:center;
}
#headerNotice table.noticeTable td img {
	margin-top:5px;
}

#headerNotice table.noticeTable th.gray{
	color:#888;
}


/* subNavi */
#subNavi {
	display:block;
	position:absolute;
	top:25px;
	right:245px;
	margin:0;
	padding:0;
}
*:first-child+html #subNavi{ 
	top:25px;
}
#subNavi li{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	font-size:10px;
	line-height:1;
}
#subNavi li a{
	padding:0 0 0 8px;
	background:url(../common/icn_link_s.png) no-repeat 0 40%;
	font-weight:normal;
}
#subNavi li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../common/icn_link_s_on.png);
}

/* subNavi withoutSearch *codingTeam cd*/
#subNaviNS {
	display:block;
	position:absolute;
	top:20px;
	right:30px;
	margin:0;
	padding:0;
}
*:first-child+html #subNaviNS{ 
	top:20px;
}
#subNaviNS li{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	font-size:10px;
	line-height:1;
}
#subNaviNS li a{
	padding:0 0 0 8px;
	background:url(../common/icn_link_s.png) no-repeat 0 40%;
	font-weight:normal;
}
#subNaviNS li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../common/icn_link_s_on.png);
}

/* container
*********************************************************/
#container {
	width:100%;
	min-width:1020px;
	background:#fff;
}
.home #container{
min-width:1100px;/* INDEXページ画像の横幅を設定する1 */
}
#containerPopup{
	width:100%;
/*	min-width:1280px; */
	background:#fff;
}
#containerPopup #contentPopup{
	padding:20px 30px 30px;
	margin:0 auto;
	zoom:1;
}
/* content
*********************************************************/
#content {
	width: 960px;
	padding:0 30px 50px;
	margin:0 auto;
	zoom:1;
}
#containerPopup #content{
	padding:0 30px;
	width:1200px;
	background:#fff;
}

#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.center {
	text-align: center;
}

/* footer
*********************************************************/
#footer {
	background:#F33 url(../common/footer_bkg.gif) repeat-x center 0;
	width:100%;
	padding-top:69px;
	padding-bottom:30px;
	min-width:1020px;
}
.home #footer{
min-width:1100px;/* INDEXページ画像の横幅を設定する2 */
}

#footerWide{
	padding:20px 0 50px 40px;
}

#footer .footer_navi,
#footer .footer_info {
	width:960px;
	padding:0 30px;
	margin:0 auto;
}

/* footer_navi */
#footer .footer_navi{
	zoom:1;
}
#footer .footer_navi:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

/* menu */
#footer .footer_navi .menu{
	zoom:1;
	width:800px;
	float:left;
	_margin-right:-33px;
	_width:800px;
}
#footer .menu:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
#footer .footer_navi .menu .section{
	float:left;
	width:167px;
	margin:0 33px 0 0;
}

/* .menu .section ul */
#footer .footer_navi .menu .section ul{
	margin:0;
	padding:0;
	margin:1em 0;
	width:167px;
	font-size:90%;
}
#footer .footer_navi .menu .section ul li{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:0.5em;
}
#footer .footer_navi .menu .section ul li a{
	background:url(../common/icn_link_l.png) no-repeat 0 center;
	padding-left:13px;
	display:block;
}
* html #footer .footer_navi .menu .section ul li a{	
	display:inline;
}

#footer .footer_navi .menu .section ul li a:hover{
	color:#fff;
	background-image:url(../common/icn_link_l_on.png);
}


/* banner */
#footer .footer_navi .banner, #footerWide .footer_navi .banner{
	padding-top:24px;
	_margin-right:-30px;
}
#footer .footer_navi .banner img, #footerWide .footer_navi .banner img{
	display:block;
	margin-bottom:8px;
}

/* footer_info */
#footer .footer_info, #footerWide .footer_info{
	clear:both;
	margin-top:12px;
}

/* credit */
#footer .footer_info p.credit, #footerWide .footer_info p.credit{
	font-size:80%;
	color:#661414;
	line-height:1.6;
	margin:0.4em 0 12px 0;
}
/* contact */
#footer .footer_info p.contact, #footerWide .footer_info p.contact{
	margin:12px 0 0 0;
}
/* copyright */
#footer .footer_info p.copyright, #footerWide .footer_info p.copyright{
	font-size:80%;
	color:#000;
	margin:0.3em 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}
/* escapeclause */
#footer .footer_info p.escapeclause, #footerWide .footer_info p.escapeclause{
	font-size:80%;
	color:#661414;
	margin:0;
}


/*mainContent*codingTeam cd*
*********************************************************/
#mainContent {
	margin:0 auto;
	min-height:200px;
	position:relative;
	_height:118px;
}

/*localNavi*codingTeam cd*/
#localNavi{
	width:222px;
	text-align:left;
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
}
#localNavi li{
	margin:0;	
	list-style: none;
	padding:0 0 3px;
	text-align:center;
}

/*breadcrumbs*codingTeam cd*/
#areaBread{
	margin-left:222px;
	text-align:right;
}
.breadCrumbs .active{
	color:#ff9999;
}

.breadCrumbs {
	text-align:left;
	padding:12px 30px 9px 60px;
	margin-bottom:10px;
	background:url(../common/bg_bread_crumbs.gif)  repeat-x left bottom;
	line-height:14px;
	font-size:12px;
	position:relative;
}

/*breadcrumbs(WIDE)*codingTeam cd*/
#areaBreadWide{
	text-align:right;
}

/*headline and caption*codingTeam cd*/
.head01 {
	margin-left:222px;
	padding:12px 0 9px 60px;
	text-align:left;
}
.head01 img{
	float:left;
	padding-bottom:10px;
}

.head01 span {
	float:left;
	padding-left:40px;
	font-weight:400;
	vertical-align:middle;
	width:400px;
}

.head01 span.narrow {
	padding-left:20px;
}

/*headline and caption*codingTeam cd*/
.head02 {
	font-size:200%;
	line-height:100%;
	padding-bottom:10px;
	font-weight:normal;
}



/*contentsArea*codingTeam cd*/
#contentNormal{
	padding:12px 0px 0px 60px;
	margin-left:222px;
	text-align:left;
	clear:both;
}
#contentWide{
	padding:15px 0px 0px 0px;
	width:100%;
}
#contentWide div.contentArea{
	padding-left:60px;
}

a.nolink{
	font-weight:normal;
	color:black;
}

a:link.nolink{
	font-weight:normal;
	color:black;
}

a:visited.nolink{
	font-weight:normal;
	color:black;
}

a:hover.nolink{
	font-weight:normal;
	color:black;
}

a:active.nolink{
	font-weight:normal;
	color:black;
}
.bottom_margin{
	margin-bottom:5px
}
.margin-top{
margin-top:-26px;
}
.media_belt{
width:100%;
display:block;
background:#fff;
margin: -30px 0 0;
padding:10px 0;
position:relative;
zoom: 1;  
}
.media{
text-align: right;
position: relative;
width: 960px;
background:#fff;
padding: 0 30px;
margin:0 auto;
display:block;
line-height:20px;
}
#containerPopup ~  .media_belt .media{
text-align: center;
width: auto;
}
.media .underIE8 div,.media .underIE8 span,.media .underIE8 iframe{
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
.media_plus{
margin-right:10px;
}
.media a.media_twit{
font-size: 11px;
color: #333;
font-weight: bold;
display:block;
background: #f8f8f8 url(https://twitter.com/favicons/favicon.ico) no-repeat 2px 1px;
border: #ccc solid 1px;
width: 50px;
height: 18px;
line-height:18px;
vertical-align:middle;
padding:0 2px 0 16px;
margin:0;
position:relative;
right:222px;
top:2em;
}
.media a.media_twit:hover{
background-color:#ccc;
border: #dedede solid 1px;
}
div.media .fb_edge_widget_with_comment {
position: static !important;
}
.media_face{
	height:20px !important;
vertical-align: top;
text-align:left;
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
div.media .fb_iframe_widget span{
width:145px !important;
	height:20px !important;
    display: inline-block;
    *display: block;
    *zoom: 1;  
}
div.media .fb_iframe_widget span iframe{
	height:21px !important;
}
.media_mixi{
vertical-align: top;
}
div.media iframe[id*="mixi"]{
width:58px !important;
}
.left_margin{
margin-left:1em;
}
.open_entry{
font-size: 10px;
}