@charset "utf-8";
/**********************/
/* メインCSS          */
/**********************/

@import url(http://www.docomo-sys.co.jp/base_theme.css);
/* #@import url(http://10.16.249.75/mt-static/themes/minimalist-red/screen.css); */

/* *{
margin:0px;
padding:0px;
} */

/* メインコンテンツタイトル用 */
#title_bar
{
  width:600px;
  margin: 0px;
  padding: 0px;
  background-color:transparent;
}

/* 重ね処理用 */
#title_bar h1 {
  z-index:0;
  margin: 0px;
  padding: 0px;
}

/* タイトル画像内での右寄せ用領域 */
#title_bar .title_bar_inner_right {
  z-index:1;
  position:relative;
  float:right;
  right:0px;
  top:-40px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  min-height:1px;
  display: inline-table;
}

.title_bar_inner_right:after{
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

#title_bar .title_bar_inner_right h2 {
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px 0px 0px 10px;
  margin-bottom: 0em;
  color:#FFFFFF;
  font-weight: bold;
  font-size: 14px;
}  

#title_bar .title_bar_inner_right h3 {
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px 0px 0px 10px;
  margin-bottom: 0em;
  color:#FFFFFF;
  font-weight: bold;
  font-size: 12px;
}  

*#main_box
{
width:600px;
/* padding:20px 0px 0px 28px; */
padding:0px 0px 0px 0px;
/* margin:0px auto 0px auto; */
background-color:transparent;
margin-top: 5px;
_margin-top: -13px; /* for IE6 */
}

*#main_box2
{
width:580px;
padding:15px 0px 0px 28px;
margin:0px auto 0px auto;
background-color:transparent;
}

*#main_box_wide
{
width:760px;
padding:0px 0px 0px 25px;
}

*#main_box_wide2
{
width:780px;
padding:0px 0px 0px 0px;
}

td {
text-align:left;
font-size:12px;
line-height: 150%;
font-style:normal;
font-family:'ＭＳ Ｐゴシック',Osaka;
color:#6F6F6F;
font-weight:normal;
}

/* リンク文字設定 */
a {
 text-decoration:none;
}

/* メインコンテンツ メインタイトル用 */
span.main_title {
  font-size:150%;
 font-weight:800;
 }

/* メインコンテンツ サブタイトル用 */
span.sub_title {
 font-size:100%;
 font-weight:800;
 }

/* メインコンテンツ 基本テキスト用 */
span.basic_text {
	line-height: 150%;
 }

/* メインコンテンツ 強調テキスト用 */
span.em_text {
	font-weight:800;
	}

/* メインコンテンツ サブテキスト用 */ 
span.sub_text {
	font-size:85%;
	line-height: 125%;
 }

/* メインコンテンツ 関連情報 お問い合わせ用 */
span.relation	{
	color:#0000FF;
	}
	
/* その他設定 */

.right {
	text-align:right;
	}
		
.center {
	margin: 0px auto;
	text-align:center;
	}
		
.left {
	text-align:left;
	}

.bottom {
	vertical-align:bottom;
	}

/* ページ上部へ戻るの設定 */
.pagetop
	
	{
	vertical-align:middle;
	font-size:90%;
	text-align:right;
	}
	
/* ページ上部へ戻るの設定 */
.pagetop img
	{
	padding:5px 2px 5px 2px;
	vertical-align:middle;
	}

/* 表組み項目用 */
span.table_head {
	font-weight:800;
	}

/* 写真のキャプション　*/

td.caption1 {
  font-size: 11px;
}

/** Information Button Large
-----------------------------------------*/
#informationbox{
	margin:40px 0;
	font-size:12px;
	border:#CCD1D4 2px solid;
	background:url(/common_img/global/bg_ichimatsu.gif);
	padding:10px;
}
#informationbox p{
	text-align:center;
	color:#000;
	margin-bottom:.5em;
}
#informationbtn{
	margin:0 auto;
	width:410px;
}
#informationbtn{
	display: inline;
	text-indent:-98765px;
}
#informationbtn a{
	width:194px;
	height:40px;
	display:block;
	background-image:url(common_img/global/infobtn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 auto;
}
#informationbtn a:hover{
	background-position:0 -40px;
}
/** Information Button Small
-----------------------------------------*/
.informationSmallbox{
	margin:20px 0;
	background:url(/common_img/global/bg_ichimatsu.gif);
	padding:10px;
}
.informationSmallbox p{
	text-align:center;
	color:#000;
}
.informationSmallbox p.btnSmall{
	text-indent:-9876px;
	margin:5px auto 0 auto;
	width:111px;
	height:22px;
}
.informationSmallbox p.btnSmall a{
	display:block;
	width:111px;
	height:22px;
	background-image:url(/common_img/global/infobtn_small.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.informationSmallbox p.btnSmall a:hover{
	background-position:bottom;
}

