﻿@charset "utf-8";

/*******************************
 ---------- Reset --------------
 *******************************/
*{
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
img, fieldset {
	border: 0;
}

/* set image max width to 100% */

img {
     max-width: 100%;
     height: auto;
}
.top_news:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
article:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.new_listall:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.sub_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
li:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.faq:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*******************************
 ----- Side profile style ------
 *******************************/
/* PROFILE */
.profile{
	position: fixed;
	top: 20%;
	z-index:9999;
}


#pageslide {
	border-right:#999 2px solid;
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 18%;
    padding: 4px;
    
    /* These styles are optional, and describe how the pageslide will look */
	background-color:#333;
}

#modal{
	background:#000;
}



/*******************************
 ------ General style ----------
 *******************************/
body {
	background:url(../images/navbk.png) repeat-x #F7F7F7; 
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic"!important;
	color: #333;
	font-size: 15px;
}
a {
	color: #39F;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
p {
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 100%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	clear:both;
	background:url(../images/h3_bk.png) repeat-x;
	font-weight:bolder;
	margin-bottom:5px;
	font-size:14px;
	height: 26px;
	line-height: 26px;
	border:#CCC solid 1px;
}

h3.ath{
	border:none;
	font-size: 14px;
	font-weight:bold;
	background:none;
}

h4 {
	padding:3px 0;
	margin: 2px 0;
	color:#333;
	clear:both;
	font-size: 14px;
	border-bottom:#666666 dashed 1px;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*******************************
 ----------- Page --------------
 *******************************/
#wrapper {
	width: 980px;
	margin: 0 auto;
}


/*******************************
 ----------- Header ------------
 *******************************/

#header {
    height: 100px;
	padding: 0 10px;	
}
/* Logo */
#logog{
	float:left;
	width:235px;
	height:100px;
	background:url(../images/logo_bk.png) no-repeat top right;
}

.hr_logo{
	padding-top: 15px;
	line-height:0.2em;
}
.hr_description{
	padding: 6px 0 0 6px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;

}

/* searchform */
.searchd{
	padding-left: 15px;
	float:left;
	height: 94px;	
}
#searchform {
	float: left;
	width: 165px;
	padding: 3px 0 2px 2px;
	display:block;
	position: relative;  
	height: 23px; 
	margin: 30px 10px 0 11px;
	border:1px solid #CCC;
	background-color:#FFF;
}
#searchform input { 
	display: block; 
	float: left; 
}
#searchform .isearch1 {
	border:none; 
	background: none;
	width:140px; 
	margin-left: 3px;
	color:#464646;
	height: 23px;
	font-size: 14px;
}
#searchform .ibutton1 {
	background:none; 
	border:none;
	width:22px; 
	height: 22px;
	cursor: pointer; 
	background: url(../images/ser.png) left top no-repeat; 
}

/*******************************
 --------- Glocal nav ----------
 *******************************/
#global_nav li{
	float:left;
	list-style: none;
	width: 130px;
	text-align: center;
	background:url(../images/nav_bakone.png) no-repeat top right;
}
#global_nav {
	width: 520px;
	height: 94px;
	margin: 0;
	padding: 0;
	float:left;
	font-size: 14px;
}
#global_bav img {
	float:left;
}

#global_nav a {
	line-height:94px;
	font-weight: bold;
	color: #39F;
	width: 128px!important;
	margin-right:2px;
	display: block;
	overflow:hidden;
	text-decoration: none;
	height: 94px;
}
#global_nav a:hover {
	color: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=20)";  /* ie 8 */
	-moz-opacity:0.2;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.2;              /* Safari 1.x */
	zoom:1;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}
#global_nav a:hover { background/*\**/: #282828\9; }

/*******************************
 --------- Main content --------
 *******************************/
#content {

	margin: 0 0 30px;
	padding: 10px 0;
	width: 100%;
	clear: both;
}
.main{
	padding: 0 10px;
	min-height: 600px;
	
}

/*******************************
 ---- Top page's new list -----
 *******************************/
/*index recommend*/
.top_rec{
	padding:5px 0;
}

.top_rec p.thumb{ 
    float: left; 
    margin-right:10px; 
    border:1px solid #999; 
    padding:2px; 
} 

.top_rec div.thumb{
	width: 30%;
	float:left; 
	margin-right: 16px;
}
.top_rec div.thumb img{ 
    width:100%; 
    overflow:hidden; 
    position:relative; 
    z-index:1; 
} 


.top_news{
	height:auto;
	float: left;
	width: 68%;
	margin-right: 2%;
	margin-bottom: 6px;
}
.top_news img{
	vertical-align:top;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*************
***NEWS***
***************/
.top_right{
	float			: left;
	width			: 30%;
	
}

.news_list_mini{
	list-style		: none;
	margin			: 6px 0 0 0;	
}
.news_list_mini li{
	font-size		: 12px;
	line-height		: 24px;
	border-bottom	: dashed 1px #CCCCCC;
	margin			: 6px 0 6px 0;
	clear			: both;
}
span.day{
	float			: left;
	width			: 35%;
}
div.info_n{
	float			: left;
}
.more1{
	text-align		: right;
	font-size		: 12px;
	font-weight		: bold;
	line-height		: 1.2em;
}


/* index NEWS*/
.top_new{
	clear:both;
	padding-top: 12px;
}
.new_listall{
	clear:both;
	font-size: 12px;
	padding: 10px 0 0 0;
}

.new_listall div.mini_disc{
	float:left;
	width:45%;
	padding-top: 4px;
}

.new_listall p{
	line-height:1.8em;
}
span.pl3{
	background:url(../images/h3_yaji.png) no-repeat left;
	padding-left: 11px;
	margin-left: 3px;
}
span.pl3 a{
	color:#333333;
}
.new_list{
	float:left;
	width: 310px;
	padding: 0 0 4px 10px;
	/*background: #fff;*/
}

.new_list h4{
	font-size: 12px !important;
	padding:.5em 0 0 0 !important;
	border:none  !important;
	color:#003  !important;
}

p.upd{
	color:#666;
}
.keisai{
	overflow:hidden;
	margin-top: 6px;
	width: 100%;
	background:url(../images/comee.png) no-repeat 0 0;
	border:#CCCCCC 1px solid;
	height: 48px;
	line-height: 48px;
}
.keisai a{
	padding-top: 800px;
	overflow:hidden;
	display:block;
	font-size: 18px;
	padding-left: 49px;
}
.keisai a:hover{
	overflow:hidden;
	background:url(../images/comee.png) no-repeat 0 -48px;
}


/* mini discription */
.new_list p.minidiscr{
	font-size		: 13px;
}
p.minidl{
	line-height		: 200%;
}
/* mini image*/
.new_listall p.thumb{ 
    float			: left; 
    margin			: 3px 0; 
    margin-right	: 10px; 
    border			: 1px solid #999; 
    padding			: 2px; 
	width			: 150px; 
    height			: 190px;
} 

.new_listall p.thumb a img{ 
    overflow		: hidden; 
	display:block;
    float			: left; 
    width			: 150px; 
    height			: 190px;
	
} 

/*******************************
 ---- button GRADATION --------
 *******************************/
 
a.dl_largebtn2{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #111;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
 
a.dl_largebtn2:hover{
    background-color: #eee;
    color: #555;
}
 
a.dl_largebtn2:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}


.dl_largebtn2_no{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px;
    margin: 0;
    border: 1px solid #CCC;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #CCC;
    background-color: #F2F2F2;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

a.dl_minibtn{
    display: inline-block;
    *display: inline;
    zoom: 1;
	line-height:none!important;
    padding: 2px 5px 0 5px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    text-decoration: none;
    white-space: nowrap;
    color: #111;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
	margin: 3px 2px;font-size: 12px;
	font-weight:bold;
}

 
a.dl_minibtn:hover{
    background-color: #eee;
    color: #555;
}
 
a.dl_minibtn:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}
 


/*******************************
 --------- text color ----------
 *******************************/

p.more_inf{
	text-align	: right;
	width		:100%;
	clear		:both;
	font-weight	:bold;
	margin: 4px 0;
}
p.more_inf a{
	text-decoration	:none;
	display:block;
	font-size: 14px;
	padding:1px 0;
	
}
p.more_inf a:hover{
	color:#CCCCCC;
}

.recomend_mini{
	color:#F00;
	font-size:10px !important;
	font-weight:bold;
	padding:0 !important;
	line-height: 1.2em !important;
}
.b_title{
	margin:0 !important;
	padding:0 !important;
}
.b_title a, visited{
	color:#036;
}
.b_title a:hover{
	color:#06F;
}

.under_line{
	border-bottom: 1px solid #CCC;
}

.minitxt{
	line-height: 1.3em!important;
	font-size: 12px;
}
/*******************************
 --------- Footer ----------
 *******************************/
#footer {
    clear		: both;
	background	: #E1E1E1 url(../images/ftr_bk.png) top repeat-x;
	padding		: 12px 0;
	text-align	: center;
}

#footer h4{
	color:#333333;
	font-size:12px;
	border-bottom: #666 dashed 1px;
}

#footer ul li{
	list-style:none;
	padding: 0 0 4px 0;
}
#footer ul li a{
	padding: 1px 0 0 3px;
}
#footer .in_footer{
	margin:0 auto;
	width:980px;
}
#footer .hlp{
	font-size: 14px;
	text-align:left;
	float:left;
	width: 20%;
}
#footer p{
	clear:both;
}

#footer .in_footer .fb {
	float:left;
	width: 58%;
	text-align:left;
	padding: 0.85em 0 0 2%;
}

.copy{
	border-bottom:#FFF solid 1px;
	font-weight:bold;
	font-size:11px;
}

/** go top **/
.gotop {
	position	: fixed;
	bottom		: 40px;
	right		: 10px;
	font-size	: 80%;
}
.gotop a {
	background		: #3C9DFF;
	text-decoration	: none;
	color			: #fff !important;
	width			: 100px;
	padding			: 2px 0;
	text-align		: center;
	display			: block;
	border-radius	: 5px;
}
.gotop a:hover {
	text-decoration	: none;
	background		: #999;
}

/*---------- contact --------------*/

div.contacff form .contactf{
	margin-top			: 18px;

}
div.contacff form .contactf td label{
	text-align			: right;
}

div.contacff form input, select{
	font-size			: 14px;
	margin-right		: 14px;
	padding				: 4px;
}
div.contacff form textarea{
	font-size			: 14px;
	height				: 300px;
	width				: 450px;
}

div.contacff form h4 input{
	font-size		: 14px;
	margin-top		: 12px;
	padding			: 4px 50px;
	text-align		: center;
	
	
}
div.commission{
	margin-top			: 18px;

}
div.commission td label{
	text-align			: right;
}

div.commission form input, select{
	font-size			: 14px;
	margin-right		: 14px;
	padding				: 4px;
}
div.commission form textarea{
	font-size			: 14px;
	height				: 100px;
	width				: 450px;
}

div.commission form h4 input{
	font-size		: 14px;
	margin-top		: 12px;
	padding			: 4px 50px;
	text-align		: center;
	
	
}

div.contacff .callme {
	padding				: 12px;

	text-align			: 1.9em;
}


/*NEWS PAGE*/
.all_news{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
}
.all_news h3{
	border-left			: none;
	border-right		: none;
	border-top			: none;
	border-bottom		: #333 dashed 1px;
	background			: none;
}
.all_news h4{
	padding-bottom		: 8px;
}
.all_news p{
	font-size			: 14px;
	line-height			: 1.8em;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.news_list{
	list-style			: none;
	padding				: 0;
	margin				: 0;
}
.news_list li{
	line-height		: 24px;
	border-bottom	: dashed 1px #CCCCCC;
	margin			: 6px 0 6px 0;
	clear			: both;
}
.news_list .day{
	width			: 15%;
}
.news_list .info_n{
	float			: left;
	width			: 85%;
}


h2.news_inf{
	margin: 12px 0;
	font-size:12px;
	font-weight:normal; 
}

h4.day{
	text-align:right;
	font-size: 13px;
	margin: 3px 0;
	font-weight: blod;
	border:none;
	color:#333333;
}

/*-- ALL comment ---*/
.all_com{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
}

/*USER UP LOAD*/
.userup{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
}
.userup input{
	padding: 7px;
	font-size: 13px;
	
}
.userup table{
	font-size: 13px;
}
.userup table td, tr{
	padding: 3px 0;
}
/* carry USER UP LOAD*/
.up_h2{
	margin: 20px 0 45px 0;
}

.sub_menu{

}

.sub_menu ul{
	padding:2px 0;
	margin:0;

}
.sub_menu ul li{
	list-style:none;
	float:left;
	margin-right: 8px;
	line-height: 15px;
}
.sub_menu ul li a{
	display:block;
	background:#F5F5F5;
	border:#EBEBEB 1px solid;
	padding: 6px;
}
.sub_menu ul li a:hover{
	background:#CCC;
	text-decoration:none;
}
.outline{
	clear:both;
	margin: 12px 0 0 0;
}

.disc_txt{
	float:left;
	width: 595px;
	margin:4px 5px 12px 7px;
}
.disc_img{
	float:left;
	width:300px;
	margin:4px 1px 12px 0;
}
.disc_img img{
	/*border:1px solid #CCC;*/
}

.howuse{

	font-size: 13px;
	float:left;
	width: 290px;
	height: 290px;
	border: 1px solid #CCC;
	padding: 2px;
	line-height: 1.4em!important;
	margin: 5px 3px;
}
.howuse p{
	text-align:justify; text-justify:distribute;
}
.howuse h5{
	font-size: 13px;
	line-height: 1.6em !important;
}
.howuse:first-letter{
	float:left;
	margin-right:7px;
	padding:7px;
	font-size:230%;
	background-color:#FFF;
	border:#CCCCCC solid 1px;
	color:#333;

}


.disc_txtl{
	float:left;
	width: 100%;
	margin:0 0 12px 7px;
}

/*atten red*/
.aten{
	line-height:1em;
	color:#CC0000;
	font-size:14px;
	padding-left: 3px;
}
.aten_box{
	background-color:#F9F9F9;
	border:#CCC 1px solid;
	padding: 8px;
	line-height: 1.9em!important;
}
.aten_box .aten{
	line-height: 1.5em!important;
	color:#CC0000;
	font-size:14px;
	padding:0!important;
}
/* #flickscroll
--------------------------- */
#flickscroll {
	border:#CCC 1px solid;
	cursor: pointer;
    height: 600px;
	width: 450px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
	background:url(../images/bigimg_back.jpg) no-repeat;
}
#flickscroll ul {
	margin:0!important;
	padding:0!important;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#flickscroll ul li {
	margin:0!important;
	float: left;
	display: inline;
	overflow: hidden;
	width: 452px;
	height: 600px;
}
#flickscroll ul li img{
	height: auto;
	width: 450px;
}

/* #flickthumb
--------------------------- */
#flickthumb {
	margin: 0;
	width: 100%;
	height: 100px;
	text-align: center;
}
#flickthumb ul {
	margin:5px 0 0 0!important;
	padding:0!important;
	
	width: 475px
}
#flickthumb ul li {
	width: 72px;
	height: 72px;
	float: left;
	cursor: pointer;
	display: inline;
}
#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}

.faq{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
	min-height			: 760px;
}
.sidemenu {
	width				: 20%;
	float				: left;
	margin				: 0;
	padding				: 2px 2px 0 2px;
	border				: 1px solid #CCC;
	background			: #FFF;
}
.sidemenu ul{
	list-style			: none;	
	padding:0 !important;
	margin:0 !important;
}
.sidemenu .sl{
	
	/*background:url(../images/sideli.png) no-repeat;*/
	border				: #CCC solid 1px;
	margin:0 0 2px 0!important;
	background			: #FFFFFF;
	
}
.sidemenu li a{
	padding				: 2px 5px;
	height				: 28px;
	display				: block;
	font-size			: 12px;
	line-height			: 28px;
	
}

.sidemenu li a:hover{
	background:#F3F3F3;
}
#qa {
	width: 75%;
	margin-left: 12px;
	float:left;
	font-size:14px;
}

#qa p{
	font-weight:bold;
	color: #000;
	padding: 1px 0 1px 5px;
	margin:0 0 15px 0;
	border-left:4px #FF6600 solid;
}
#qa div{
	padding: 10px; 
	margin-bottom:10px;
	border:1px solid #CCC;
}

table.faq_tb{
	margin-bottom: 4px;
    border: 1px solid #86C2FF;
    border-collapse: collapse;
    margin-top: 12px;
    text-align:left;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    background:#F9F9F9;
}
table.faq_tb th {
    background:#86C2FF;
    font-size: 14px;
    border: 1px solid #86C2FF;
    border-collapse: collapse;
    padding: 5px;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    color:#333;
	text-align:left;

}
table.faq_tb th.th_left {

    width: 13%;


}
table.faq_tb td {
    padding: 6px;
    border: 1px solid #86C2FF;
    border-collapse: collapse;
    border-width: 0 0 1px 1px;
    
}

.loginp{
	font-size: 12px;
	text-align: right;
	margin:0 0 8px 0;
	padding: 12px 4px 0 0;
}
.loginp a{
	padding: 3px 6px;
	margin-right:6px;
	border:1px solid #d7dada;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
	 
	 text-align: center;
	 color: #333333;
	 background-color: #f4f5f5;
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f5), color-stop(100%, #dfdddd));
	 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	 background-image: linear-gradient(top, #f4f5f5, #dfdddd);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
	
}
.loginp a:hover{
/*	background-color:#F2F2F2;*/
	text-decoration:none;
	 border:1px solid #bfc4c4;
	 background-color: #d9dddd;
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dddd), color-stop(100%, #c6c3c3));
	 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	 background-image: linear-gradient(top, #d9dddd, #c6c3c3);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#searchform {
	margin: 2px 10px 0 11px!important;
}

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
    width: 100% !important;
    max-width: 600px;
}
@charset "utf-8";

@media screen and (max-width: 980px) {
	 body {
		background:url(../images/ipad_navbk2.png) repeat-x;
		font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic";
		color: #333;
		font-size: 100%;
		line-height: 1.8em;
		 -webkit-text-size-adjust: none;
	}

    #wrapper {
        width: 98%;
    }
	/* searchform */
	.searchd{
		position:absolute;
		top:0;
		right:10px;
		float:left;
/*	background:url(../images/ser_bk.png) no-repeat top left!important;*/	
}
	#searchform {
		float: right;
		width: 226px;
		padding: 5px 0;
		display:block;
		position: relative;  
		height: 20px; 
		margin: 12px 0 0 0;
		border:1px solid #CCC;
		background-color:#FFF;
	}
	#searchform input { 
		display: block; 
		float: left; 
		}
	#searchform .isearch1 {
		border:none; 
		background: none;
		width:200px; 
		color:#464646;
		height: 18px;
		font-size: 12px;
		margin-left: 2px
		}
	#searchform .ibutton1 {
		background:none; 
		border:none;
		width:20px; 
		height: 18px;
		cursor: pointer; 
		background: url(../images/ser.png) left top no-repeat; 
		}
	
	/*******************************
	 ----------- Header ------------
	 *******************************/
	
	#header {
		height: 120px;
		padding: 0 10px;	
	}
	/* Logo */
	#logog{
		float:left;
		width:220px;
		height:75px;
		background:none;
	}
	.hr_logo{
		line-height: 50px;
		line-height:0.2em;
	}
	.hr_description{
		padding: 3px 0 0 4px;
		font-size:11px;
		float:left;
	}
	

	#global_nav {
		width: 100%;
		height: 40px;
		background:none;
		margin: 0;
		padding: 0;
		clear:both;
		font-size: 15px;
		background:url(../images/line.png) no-repeat left bottom;
	}
	#global_nav li{
		float:left;
		list-style: none;
		width: 25%;
		text-align: center;
		background:url(../images/line.png) no-repeat right bottom;
	
	}
	#global_nav a {
		width:100%!important;
		line-height: 40px;
		font-weight: bold;
		color: #09F;
		display: block;
		text-decoration: none;
		height: 40px;
		text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
	#global_nav a:hover {
		width:100%;
		color: #fff;
		opacity: 0.2;
		/* gradient */
		background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
		background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
		background: linear-gradient(-90deg, #282828, #4f4f4f);
	}
	
	.keisai{
		overflow:hidden;
		margin-top: 6px;
		width: 100%;
		background:url(../images/come_mini.png) no-repeat 0 0;
		border:#CCCCCC 1px solid;
		height: 48px;
		line-height: 48px;
	}
	.keisai a{
		padding-top: 800px;
		overflow:hidden;
		display:block;
		font-size: 18px;
		padding-left: 49px;
	}
	.keisai a:hover{
		overflow:hidden;
		background:url(../images/come_mini.png) no-repeat 0 -48px;
	}
	
	
    #content {
        width: 100%;
        padding: 1% 0;
    }
	.main{
		padding: 0 2%;
	}

	/*******************************
	 ---- Top page's new list -----
	 *******************************/
	 /*most rec*/
	.top_rec{
		padding:2px;
	}
	
	.top_rec p.thumb{ 
		float: left; 
		margin-right:10px; 
		padding:2px; 
	} 
	
	.top_rec div.thumb{
		width: 30%;
		float:left; 
		margin-right: 16px;
	}
	.top_rec div.thumb img{ 
		/*position:absolute; */
		width:100%; 
		/*height:300px;*/ 
		overflow:hidden; 
		position:relative; 
		z-index:1; 
	} 
	.top_rec ul{
		list-style:none;
	}

	.new_list{
		float:left;
		width: 32%;
		padding-left:1%;
	}
	
	.new_list h4{
		font-size: 11px !important;
		padding:.5em 0 0 0 !important;
		border:none  !important;
		color:#003  !important;
	}

	/* mini説明 */
	.new_list p.minidiscr{
		font-size:13px;
	}
	
	.new_listall p.thumb{ 
		float			: left; 
		margin			: .5em 0; 
		margin-right	: 5px; 
		border			: 1px solid #999; 
		padding			: 2px; 
		width			: 40%;
		height			: auto;
	} 
	.new_listall p.thumb a img{ 

		overflow		: hidden; 
		display:block;
		float			: left; 
		width			: 150px; 
		height			: 140px;
	} 
	.new_listall div.mini_disc{
		float:left;
		padding-top: 7px;
		font-size: 11px;
		width			: 52%;
	}
	p.upd{
		font-size: 10px;
	}
	
	div.large_disc{
		float:left;
		width: 100%!important;
	}
	.large_disc table.top_table{
		text-align: left;
		width: 100%;
		border-spacing: 0;
		table-layout: fixed;
	}
	.large_disc table.top_table th {
		font-size : 13px;
		border-bottom: #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		font-weight: bold;
		line-height: 120%;
		width: 20%;
	
	}
	.large_disc table.top_table td {
		padding: 2px;
		border-bottom: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		
	}
	
	
	/*Index NEWS*/
	.top_news{
		float: left;
		width: 68%;
		margin-right: 2%;
	}
	span.day{
		width: 90%;
		font-size:11px;
	}
	div.info_n{
		font-size: 12px;
	}
	.news_list_mini li{
		font-size:12px;
		line-height: 16px;
		border-bottom:dashed 1px #CCCCCC;
		margin:6px 0 6px 0;
		clear:both;
	}
	
	.news_list{
		list-style			: none;
		padding				: 0;
		margin				: 0;
	}
	.news_list li{
		line-height		: 36px;
		display			: block;
		border-bottom	: dashed 1px #CCCCCC;
		margin			: 6px 0 6px 0;
		clear			: both;
	}
	.news_list li a{
		display			: block;
	}
	.news_list .day{
		width			: 20%;
	}
	.news_list .info_n{
		float			: left;
		width			: 80%;
	}
	
	#footer{
		width: 100%;
	}
	#footer .in_footer{
		width: 98%;
	}
    /*******************************
	 --------- Share Co --------
	 *******************************/
	
	
	#gallery #fullsize {


	height: 500px;

	overflow:hidden;
	
	float:left;

}
.all_com{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
}
.userup{
	margin-top			: 12px;
	padding				: 10px;
	background			: #FFF;
}
.userup input{
	padding: 7px;
	font-size: 13px;
	
}
.userup table{
	font-size: 13px;
}
.userup table td, tr{
	padding: 3px 0;
}
.disc_txt{
	clear:both;
	width:100%; /*700px*/
	margin:0 1% 6px 7px;
	font-size: 14px;
	line-height: 1.6em;
}
.disc_img{
	float:left;
	width:auto;
	margin:4px 1px 2px 0;
}
.disc_img img{
	border:1px solid #CCC;
}
.disc_txtl p{
		font-size: 14px;
	line-height: 1.6em;
}

.large_disc table.dl_table{
    border: 1px solid #3366CC;
    border-collapse: collapse;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    background:#F9F9F9;
}
.large_disc table.dl_table th {
    background:#3366CC;
    font-size: 12px;
    border: 1px solid #3366CC;
    border-collapse: collapse;
    padding: 3px 1px;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    width: 25%;
    color:#FFF;

}
.large_disc table.dl_table td {
    padding: 4px;
    border: 1px solid #3366CC;
    border-collapse: collapse;
    border-width: 0 0 1px 1px;
    font-size: 13px;
}


.ibooksi{
    background:url(../images/ibooks.png) no-repeat 2% 50%;
}
.pdfi{
    background:url(../images/pdf.png) no-repeat 5% 50%;
}
.epubi{
    background:url(../images/epub.png) no-repeat 5% 50%;
}
.ppti{
    background:url(../images/ppt.png) no-repeat 5% 50%;
}

.bigimg{
    float:left;
	width: 100%;
	margin-right: 5px;
}
.bigimg img{
    width: 100%;
}

/* #flickscroll
--------------------------- */
#flickscroll {
	border:#CCC 1px solid;
	cursor: pointer;
    height: 600px;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
	background:url(../images/mini_bigimg_back.jpg) repeat;
}
#flickscroll ul {
	margin:0!important;
	padding:0!important;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#flickscroll ul li {
	margin:0!important;
	float: left;
	display: inline;
	overflow: hidden;
	width: 450px;
	height: 600px;
}
#flickscroll ul li img{
	height: autox;
	width: 600px;
}

/* #flickthumb
--------------------------- */
#flickthumb {
	
	margin: 0;
	width: 100%;
	height: 35px;
	text-align: right;
}
#flickthumb ul {
	margin:5px 0 0 0!important;
	padding:0!important;
	width: 100%;
}
#flickthumb ul li {
	margin: 0 5px 0 0;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	display: inline;
}
#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}

}
@media only screen and (orientation:portrait){
   /* Portraitモード（縦向き）用 */
	body{
		
	}
	.upd{
		font-size: 8px;
	}
	
}
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	 body {
		background:#F6F6F6;
	}
    #wrapper {
        width: 99%;
    }
	h2{
		font-size: 14px;
	}
	.cate_list ul{
		padding:2px 0;
		margin:0;

	}
	.cate_list ul li{
		list-style:none;
		float:left;
		margin: 2px;
		
		
	}
	.cate_list ul li a{
		display:block;
		background:#E1E1E1;
		border:#CCC 1px solid;
		padding: 3px;
		line-height: 15px;
	}
	/* searchform */
	.searchd{
		float:left;
		width: 100%;
		
}
	#searchform {
		width: 200px;
		padding: 5px 0;
		display:block;
		height: 20px; 
		margin: 12px 0 0 0;
		border:1px solid #CCC;
		background-color:#FFF;
	}
	#searchform input { 
		display: block; 
		float: left; 
	}
	#searchform .isearch1 {
		border:none; 
		background: none;
		width:170px;
		color:#464646;
		height: 18px;
		font-size: 12px;
		margin-left: 2px
	}
	#searchform .ibutton1 {
		background:none; 
		border:none;
		width:20px; 
		height: 18px;
		cursor: pointer; 
		background: url(../images/ser.png) left top no-repeat; 
	}
	#searchform{
		display:none;
	}
	
	/*******************************
	 ----------- Header ------------
	 *******************************/
	
	#header {
		height: 170px;
		padding: 0 10px;	
	}
	/* Logo */
	#logog{
		float:left;
		width:100%;
		height:75px;
		background:none;
	}

	.hr_logo{
		line-height: 50px;
		line-height:0.2em;
	}
	.hr_description{
		padding: 3px 0 0 4px;
		font-size:11px;
		float:left;
	}
	

	#global_nav {
		width: 100%;
		background:none;
		margin: 0;
		padding: 0;
		clear:both;
		font-size: 12px;
		background:none;
	}
	#global_nav li{
		list-style: none;
		width: 100%;
		height: 30px;
		text-align: center;
		background:none;
		border-bottom:#CCCCCC 1px solid;
		margin: 0!important;
	}
	#global_nav li:first-child{
		display:none;
}
	#global_nav a {
		width:100%!important;
		line-height: 30px;
		font-weight: bold;
		color: #09F;
		display: block;
		text-decoration: none;
		height: 30px;
		text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	}
	#global_nav a:hover {
		width:100%;
		color: #fff;
		opacity: 0.2;
		/* gradient */
		background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
		background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
		background: linear-gradient(-90deg, #282828, #4f4f4f);
	}
	
	.top_right{
		clear:both;
		width: 100%;
	}
	
	.keisai{
		overflow:hidden;
		margin-top: 6px;
		width: 100%;
		background:url(../images/come_mini.png) no-repeat 0 0;
		border:#CCCCCC 1px solid;
		height: 48px;
		line-height: 48px;
	}
	.keisai a{
		padding-top: 800px;
		overflow:hidden;
		display:block;
		font-size: 18px;
		padding-left: 49px;
	}
	.keisai a:hover{
		overflow:hidden;
		background:url(../images/come_mini.png) no-repeat 0 -48px;
	}
	
	
    #content {
        width: 100%;
        padding: 1% 0;
    }
	.main{
		padding: 0 2%;
	}

	/*******************************
	 ----- Side profile style ------
	 *******************************/
	/* PROFILE */
	.profile{
		position: fixed;
		top: 10%;
		z-index:9999;
	}
	
	
	#pageslide {
		border-right:#999 2px solid;
		/* These styles MUST be included. Do not change. */
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		
		/* Specify the width of your pageslide here */
		width: 60%;
		padding: 4px;
		
		/* These styles are optional, and describe how the pageslide will look */
		background-color:#333;
	}


	/*******************************
	 ---- Top page's new list -----
	 *******************************/
	 /*most rec*/
	.top_rec{
		
		padding:2px;
	}
	
	.top_rec p.thumb{ 
		float: left; 
		margin-right:10px; 
		padding:2px; 
	} 
	
	.top_rec div.thumb{
		width: 30%;
		float:left; 
		margin-right: 16px;
	}
	.top_rec div.thumb img{ 
		width:100%; 
		overflow:hidden; 
		position:relative; 
		z-index:1; 
	} 
	.top_rec ul{
		list-style:none;
	}

	.new_list{
		float:left;
		width: 100%;
		padding-left:1%;
	}
	
	.new_list h4{
		font-size: 11px !important;
		padding:.5em 0 0 0 !important;
		border:none  !important;
		color:#003  !important;
	}

	/* mini説明 */
	.new_list p.minidiscr{
		font-size:13px;
	}
	
	.new_listall p.thumb{ 
		float			: left; 
		margin			: .5em 0; 
		margin-right	: 5px; 
		border			: 1px solid #999; 
		padding			: 2px; 
		width			: 120px; 
		height			: auto;
	} 
	.new_listall p.thumb a img{ 
		overflow		: hidden; 
		display			: block;
		float			: left; 
		width			: 100%; 
		height			: Auto;
	} 
	.new_listall div.mini_disc{
		float:left;
		padding-top: 7px;
		font-size: 11px;
		width			: 100%;
	}
	p.upd{
		font-size: 10px;
	}
	
	div.large_disc{
		float:left;
		width: 100%!important;
	}
	.large_disc table.top_table{
		text-align: left;
		width: 100%;
		border-spacing: 0;
		table-layout: fixed;
	}
	.large_disc table.top_table th {
		font-size : 13px;
		border-bottom: #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		font-weight: bold;
		line-height: 120%;
		width: 20%;
	
	}
	.large_disc table.top_table td {
		padding: 2px;
		border-bottom: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		
	}
	a.dl_largebtn2{
		font-size: 11px;
		padding: 3px;
	}

	.dl_largebtn2_no{
		font-size: 11px;
		padding: 3px;
	}
	
	/*Index NEWS*/
	.top_news{
		float: left;
		width: 100%;
	}
	span.day{
		width: 90%;
		font-size:11px;
	}
	div.info_n{
		font-size: 12px;
	}
	.news_list_mini li{
		font-size:12px;
		line-height: 16px;
		border-bottom:dashed 1px #CCCCCC;
		margin:6px 0 6px 0;
		clear:both;
	}
	
	.news_list{
		list-style			: none;
		padding				: 0;
		margin				: 0;
	}
	.news_list li{
		line-height		: 36px;
		display			: block;
		border-bottom	: dashed 1px #CCCCCC;
		margin			: 6px 0 6px 0;
		clear			: both;
	}
	.news_list li a{
		display			: block;
	}
	.news_list .day{
		width			: 20%;
	}
	.news_list .info_n{
		float			: left;
		width			: 80%;
	}
	
	#footer{
		width: 100%;
	}
	#footer .in_footer{
		width: 98%;
	}
	#footer .hlp{
		font-size: 14px;
		text-align:left;
		clear:both;
		width: 100%;
	}
	#footer .hlp li a{
		width: 100%;
		display:block;
	}
	#footer .hlp ul{
			margin:0;
			padding:0;
	}
	#footer .in_footer .fb {
		float:left;
		width: 100%;
		text-align:left;
		padding: 0.85em 0 0 2%;
	}
	.copy{
		
		font-weight:bold;
		font-size:11px;
		
	}
    /*******************************
	 --------- Share Co --------
	 *******************************/
	
	
	#gallery #fullsize {


	height: 500px;

	overflow:hidden;
	
	float:left;

}
.all_com{
	margin-top			: 12px;
	padding				: 20px;
	background			: #FFF;
}
.userup{
	margin-top			: 12px;
	padding				: 10px;
	background			: #FFF;
}
.userup input{
	padding: 7px;
	font-size: 13px;
	
}
.userup table{
	font-size: 13px;
}
.userup table td, tr{
	padding: 3px 0;
}
.disc_txt{
	clear:both;
	width:100%; /*700px*/
	margin:0 1% 6px 7px;
	font-size: 14px;
	line-height: 1.6em;
}
.disc_img{
	float:left;
	width:auto;
	margin:4px 1px 2px 0;
}
.disc_img img{
	border:1px solid #CCC;
}
.disc_txtl p{
		font-size: 14px;
	line-height: 1.6em;
}

.large_disc table.dl_table{
    border: 1px solid #3366CC;
    border-collapse: collapse;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    background:#F9F9F9;
}
.large_disc table.dl_table th {
    background:#3366CC;
    font-size: 12px;
    border: 1px solid #3366CC;
    border-collapse: collapse;
    padding: 3px 1px;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    width: 25%;
    color:#FFF;

}
.large_disc table.dl_table td {
    padding: 4px;
    border: 1px solid #3366CC;
    border-collapse: collapse;
    border-width: 0 0 1px 1px;
    font-size: 13px;
}


.ibooksi{
    background:url(../images/ibooks.png) no-repeat 2% 50%;
}
.pdfi{
    background:url(../images/pdf.png) no-repeat 5% 50%;
}
.epubi{
    background:url(../images/epub.png) no-repeat 5% 50%;
}
.ppti{
    background:url(../images/ppt.png) no-repeat 5% 50%;
}

.bigimg{
    float:left;
	width: 100%;
	margin-right: 5px;
}
.bigimg img{
    width: 100%;
}

/* #flickscroll
--------------------------- */
#flickscroll {
	border:#CCC 1px solid;
	cursor: pointer;
    height: 427px;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
	background:url(../images/mini_bigimg_back.jpg) repeat;
}
#flickscroll ul {
	margin:0!important;
	padding:0!important;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#flickscroll ul li {
	margin:0!important;
	float: left;
	display: inline;
	overflow: hidden;
	width: 320px;
	height: 427px;
}
#flickscroll ul li img{
	height: autox;
	width: 320px;
}

/* #flickthumb
--------------------------- */
#flickthumb {
	
	margin: 0;
	width: 100%;
	height: 35px;
	text-align: right;
}
#flickthumb ul {
	margin:5px 0 0 0!important;
	padding:0!important;
	width: 100%;
}
#flickthumb ul li {
	margin: 0 5px 0 0;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	display: inline;
}
#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}


/*FAQ*/
.faq{
	padding:2px;
	margin:2px;
	
}
.sidemenu {
	width: 100%;
	border:none;
}
.sidemenu li{
	float:left;
	margin: 3px!important;
	border-right: 1px solid #CCC;
	bo
}


#qa{
	clear:both;
	width: 100%;
	margin:0;
	padding:0;
	font-size: 11px!important;
	line-height: 1.5em;
}
#qa div{
	clear:both;
	width: 100%;
	padding:0;
	margin: 2px;
}
#qa p{
	margin: 0 0 5px 0;
}
table.faq_tb th{
	font-size: 10px;
}

.contactf td{
	font-size: 12px;
	width: 80px;
}
div.contacff form .contactf{
	margin-top			: 18px;
	width: 100%;
}
div.contacff form input, select{
	font-size			: 14px;
	margin-right		: 14px;
	padding				: 4px;
	width				: 200px;
}

div.contacff form textarea{
	font-size			: 14px;
	height				: 300px;
	width				: 200px;
}

}