



/* /////////////////////////////////////////// */
/* idxcontents
/* /////////////////////////////////////////// */



#idxcontents {
	max-width: 800px;
	margin: 0 auto;
	height: 155px;
	position: relative;
	width: 100%;
}


/* /////////////////////////////////////////// */
/* index.html
/* /////////////////////////////////////////// */



ul#top_list{
	padding:10px 0 0 0;
	overflow:hidden}
	
#top_list li{
	background-color:#1964b0;
	float:left;
	width:49.5%;
	text-align:center;
	padding:10px 0;
	margin-bottom:2px}
	
#top_list li:nth-child(odd){
	margin-right:1px}
	
#top_list li:nth-child(even){
	margin-left:1px}
	
#top_list li a{
	display:block;
	color:#FFFFFF}
	
ul#top_banner{
	overflow:hidden;
	margin-bottom:10px;
}

ul#top_banner li:nth-child(1){
	float:left;
}

ul#top_banner li:nth-child(2){
	float:right;
}

ul#news{
	margin-bottom:20px}

ul#news li{
	border-bottom:#CCC dotted 1px;
	margin:0 0 8px 0;
	padding:10px;
}

ul#top_main2{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #1964b0;
	border-bottom:1px solid #1964b0;}
	
ul#top_main2 li h3{
	color:#1964b0;
	font-weight:bold}

/* /////////////////////////////////////////// */
/* Contents
/* /////////////////////////////////////////// */


.contents section {
	margin-bottom: 14px;
}


.img320{
	margin:0 -10px 0 -10px;
}

.s_img {
	text-align: center;
}



.f_nav li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 10px;
}

.f_nav li.f_nav_ttl {
	border-top: 1px dotted #CCCCCC;
	background: #1964b0;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	border-bottom: none;
	padding-left: 0;
}



.f_nav li a {
	display: block;
	height: 40px;
	text-decoration: none;
	color: #222222;
	background: url(../images/common/li_head_off.gif) no-repeat left 50%;
	background-size: 10px;
	padding-left: 20px;
	margin: 0;
}

.f_nav li.current {
	color: #1964b0;
	background: url(../images/common/li_head_on.gif) no-repeat 10px 50%;
	background-size: 10px;
	padding-left: 30px;
}


/*エキスパンダー*/

.expander .read-more a {
	text-decoration: none;
	color: #0066FF;
}

.expander .read-less a {
	text-decoration: none;
	color: #6600CC;
}

/* feature */

#feature1{
	background-color:#fde2eb;
	color:#000000;
	overflow:hidden;
	
}
#feature1 p{
	
	
	padding:10px;
}

#feature2{
	background-color:#fefac8;
	color:#000000;
	overflow:hidden;
}

#feature2 p{
	
	padding:10px;
}

.text1{
	padding:10px 0 10px 0;
	color: #323232;
}

/* 下層ページ */

#underpage h3{
	color:#1964b0;
	border-bottom:solid 2px #1964b0;
	margin-bottom:10px;
}

/* victim.html */

#victim h2{
	color:#1964b0;
	border-bottom:solid 2px #1964b0;
	margin-bottom:10px;
}

/* table */

table.table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 10px 0;
	line-height:1.6em;
}


table.table-01 th{
	padding: 6px;
    border: 1px #E3E3E3 solid;
	background-color:#FFFFC8;
}

table.table-01 td {
    padding: 6px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table.table-01 .td1{
	
	background-color:#FFFFC8;
}


table.table-01 .td3{
	text-align:left;
	
}

table.table-01 .td4{
	background-color:#FFFFC8;
}

table.table-01 .left{
	text-align:left;
}


ul.ti20{
	margin-left:10px;
}


/* webicon */

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 0.6em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-mail:before {
	content: "\e601";
	font-size:140%;}

.mail_bottom{
	background:#1964b0;
	color:#FFF;
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
}

.mail_bottom a{
	color:#FFF;
	text-align:center;
	display:block;
	padding:0.7em 0;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.mail_bottom a:visited{
	color:#FFF;
}

/* rsdページ */

#rsd dl{
	margin-bottom:20px;}	
	
#rsd dt{
	font-weight:bold;}
	
#rsd dd{
	margin-bottom:10px;}
	
/* spineページ */	
#spine2 dt{
	font-weight:bold;
	font-size:14px;
}

.case_wapper{line-height:1.4}
	
.case_wapper h3{
	margin-bottom:5px;
	font-weight:bold;}
	
.case_wapper dt{
	margin-bottom:3px;}
	
.case_wapper dd{
	margin-bottom:15px;}