@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	padding: 0px;
	color: #444;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", monospace, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 180%;
	background: #fff;

	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
	margin: 1em 0;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
iframe {
	width: 100%;
}

/*大きい画面の時
---------------------------------------------------------------------------*/
.sh {display:none;}
.pc {display:block;}

/*コンテンツ全体
---------------------------------------------------------------------------*/
#container {
	  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #001888;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #B40003;	
	text-decoration: none;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
/*ヘッダー（タイトルが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#hmarea {
	width: 100%;
/*	height: 160px;*/
}
header {
}
header .inner {
	height: 100px;	/*高さ*/
}
header p {
	float: left;
	display: block;
}
header img {
	margin: 5px 0 5px 5px;
	float: left;
}
.htitle {
	float: left;
	margin-left: 15px;
}
.htitleright {
	float: left;
	margin-left: 15px;
}
p.subtitle { /* サブタイトル　*/
	display: block;
	color:#00357E;
	margin: 12px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}
p.maintitle { /* メインタイトル　*/
	color:#007abf;
	padding: 0;
	margin: 9px 0 0 0;
	clear: both;
	float: left;
	font-size:28px;
	font-weight: bold;
	display: block;
	padding-right: 15px;
	border-right:1px solid #999;
}
p.datetitle  {
	color: #555;
	font-size:11px;
	margin: 9px 0 0 0;
	line-height: 11px;
}
p.datevenue{
	color: #555;
	font-size:11px;
	line-height: 11px;
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
}
header img {
	float: left;
}
header a {
	color: #fff;
	text-decoration: none;
}

#search.pc  {
	float: left;
	margin-top:40px;
	margin-left:10px;
}
#search.sh  {
	margin-top:0;
	clear:both;
	width: 100%;
	height: 30px;
	background: #424242;
}

 .sh .sbutton, .sh .input_search {
	height: 21px;
	float: right;
	margin-right: 10px;
	margin-top:4px;
}

.input_search  {
	height: 22px;
	font-size:12px;
	border:1px solid #999; 
}
.sbutton  {
	margin-top:1px;
	height: 22px;
	font-size:11px;
	border:1px solid #999; 
	color: #333;
}
p.hlang  {
	float: right;
	margin-top:15px;
}
.hlang a {
	display: block;
	background:#d33700;
	padding: 3px 15px;
	border-radius: 30px;
	color: #fff;
	font-size:12px;
}

.hlang a:hover {
	background:#e4663a;
}

#tokyotech  {
	float: right;
	margin-top:15px;
    margin-right: 1em;
}
#tokyotech  img, #tokyotechF img {
    width: 150px;
}
#tokyotechF  {
	float: right;
	margin-top:15px;
    margin-right: 1em;
}
/*breadclumbs
---------------------------------------------------------------------------*/
#breadclumbs {
	margin-top: 5px;
	color: #0e6ecc;
	font-size: 11px;
}
#breadclumbs a {
	color: #0e6ecc;
	text-decoration: none;
}
#breadclumbs a:hover {
	color: #4094e6;
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	margin-top: 5px;
	padding: 0 5%;
	position: relative;
	z-index: 999;
	transform: translate3d(0, 0, 0);
	background: rgb(66,66,66);
background: linear-gradient(0deg, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 50%, rgba(80,80,80,1) 50%, rgba(80,80,80,1) 100%);
}

/*メニュー位置固定用*/
.fixed {
/*
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	z-index: 10000;
	overflow: scroll-y;
	background: #dbeaf0; 
	background-position: center top;
	background-attachment: fixed;

-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden
*/

}
/*トップページスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: both;
	padding: 0;
	margin: 0 auto 1.5em auto;
	background: #555;
	background-position: center top;
	background-size:contain;
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}
#mainimg img {
	max-width:1200px;
	margin: 0 auto;
}

/* 下層部title
---------------------------------------------------------------------------*/
#title {
	clear: both;
	margin: 0 auto ;
	z-index: -1;
	width: 100%;
/*	background: linear-gradient(rgba(255, 255, 255, .5), rgba(220, 220, 220, .5));*/
	background: linear-gradient(rgba(0, 118, 172, .8), rgba(3, 67, 127, .8));
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	padding: 7px 5px 6px 20px;
}
#title h1 {
/*	color: #233677;*/
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#title h1 span {
	font-size: 12px;
}
#title p  {
	font-size: 12px;
	margin-top: 10px;
}
#breadclumbs {
	clear: both;
	padding: 0 5%;
	margin-bottom: 1em;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#main {
	clear: both;
	overflow: hidden;
	padding: 0 2%;
	margin: 0 0 20px 0;
}
#contents {
	margin-top: 0;
	width: 100%;
	padding: 0;
	float: left;
	min-height: 400px;
}
#carea {
	/*padding: 1em 1.5em;*/
}


/*コンテンツのh1タグの設定
---------------------------------------------------------------------------*/
#contents h1 {
	claer: both;
}
#contents h1 {
	margin-top: 0;
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	background: linear-gradient(rgba(0, 118, 172, .8), rgba(3, 67, 127, .8));
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	padding: 15px 5px 16px 20px;
    color: #fff;
/*	

	border-radius: 3px;
	background: linear-gradient(#df8227, #d36800);
	color: #fff;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #ddd;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	text-shadow:1px 1px 1px #333, 0 0 1px #444;
	letter-spacing: 0.5px;
*/}

/*コンテンツのh1タグ内のspanタグ設定（色付き文字部分）*/
#contents h1 span {
	display: block;
	color: #555;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight:none!important;
}

/*コンテンツのh2タグの設定
---------------------------------------------------------------------------*/
#contents h2 {
	margin-bottom: 0;
	font-size:18px;
	color: #0a70aa;
}

/*コンテンツの段落タグ設定
---------------------------------------------------------------------------*/
#contents p {
	padding: 1em;
}
#contents h2 + p {
	margin-top: -0.5em;
}
#contents h3 + p, #contents h4 + p {
	margin-top: -5px;
}

#contents p + ol, #contents p + ul {
	margin-top: -1em;
}
/*テーブルの設定
---------------------------------------------------------------------------*/
#contents table {
	margin-bottom: 1.5em;
}
#contents td {
	padding: 0 5px;
}
#contents td p {
	margin: 0;
	padding: 0;
}
/*1カラム時のメインコンテンツ
---------------------------------------------------------------------------*/
#contents.c1 #contents {
	float: none;
	width: auto;
}
#contents ol {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
/*コラム設定
---------------------------------------------------------------------------*/
.fcolumn {
	float: left;
	margin-right: 1%;
	background: #555;
	min-height: 120px;
	box-sizing: border-box;

}
.fcolumn h2 {
	bottom: 0!important;
	margin-bottom: 0!important;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.4;
	padding: 6px 14px!important;
	background: linear-gradient(rgba(20,20,20,0.8), rgba(40,40,40,0.8))!important;
	border-bottom: none;
	text-shadow: none !important;
	color: #fff !important;
	border-radius: none !important;
}

/*2カラム設定
---------------------------------------------------------------------------*/
.tcolumn {
	margin-top: 1em;
	float: left;
	width: 49%;
	margin-bottom: 1em;
	min-height: 220px;
	padding-bottom: 1em;
	border-radius: 5px 5px 0 0;
}
.m0 {
	float: right;
}
.tcolumn h1, .ocolumn h1 {
	clear: both;
	padding: 7px 10px 5px 10px!important;
	font-size: 14px!important;
	line-height: 16px;
	padding: 3px 14px;
	background: linear-gradient(#999, #777);
	text-shadow: none;
	color: #ff0;
	border-radius: 3px 3px 0 0!important;
	margin-bottom: 0;
}
/*コンテンツのh1タグ内のspanタグ設定（色付き文字部分）*/
.tcolumn h1 span, .ocolumn h1 span  {
	display: block;
	color: #ddd;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.tcolumn h2 {
	margin-top: 0;
	clear: both;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 6px 14px!important;
	background: linear-gradient(rgba(20,20,20,0.8), rgba(40,40,40,0.8))!important;
	border-bottom: none;
	text-shadow: none !important;
	color: #fff !important;
	border-radius: none !important;	/*角丸のサイズ*/
}
.tcolumn table td {
	font-size: 12px;
	line-height: 18px!important;
	padding: 3px 5px!important;
}

.more  {
	float: right;
	margin-right: 10px;
	margin-top: -25px;
	display: block;
	padding: 3px 8px;
	background:#D0161A;
	border-radius: 3px;
	color: #fff!important;
	font-size:11px;
	font-wieght: normal!important;
	text-decoration:none;
	box-shadow: #999 0 0 2px;
}

a.more:hover {
	background: #E97274;
}

#multiSlider  {
	padding: 1.5em 0 1em 0.7em;
	margin-bottom: 1em;
	background: rgba(255, 255, 255, 0.8);
}

.multiple { padding: 0; margin: 0; }
/*.multiple img { width: 100%;}*/
.multiple img { height: 100%; margin: auto; width: 100%; }
.multiple div { 
	position: relative;
	margin: 0 8px 0 0;
	height: 120px;
	overflow: hidden;
	width: 100%;
}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}

.multiple div p {
	width: 100%;
	position: absolute;
	display: inline-table;
	box-sizing: border-box;	position: absolute;
	bottom: 0!important;
	margin-bottom: 0!important;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 12px;
	line-height: 1.4;
	padding: 6px 14px!important;
	background: linear-gradient(rgba(20,20,20,0.7), rgba(40,40,40,0.7))!important;
	border-bottom: none;
	text-shadow: none !important;
	color: #fff !important;
	border-radius: none !important;
}

/*Topページ右側
---------------------------------------------------------------------------*/
#right {
	width: 35%;
	float: right;
}

.rcontents  {
	margin-top: 1px;
	background: #f5f5f5;
	margin-bottom: 1em!important;
	overflow:hidden;
}
.rcontents p {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.rcontents ul {	
	padding-top: 0.5em!important;
	margin-bottom: 0!important;
}

.topchair {
	width: 100px;
	float: left;
	margin: 0 1em 1em 0;
}
/*トップページ左側　ニュース・イベント
---------------------------------------------------------------------------*/
#left {
	width: 63%;
	float: left;
}

#left table  {
	margin-top:5px;
}
#left table td, table th  {
	border-bottom: 1px dashed #999;
}


/*新着情報
---------------------------------------------------------------------------*/
.whatsnewCon, .eventsCon {
	width: 100%;
	margin: 1px 0 1em 0;
	overflow: auto;
}

/*下層部ページの戻る設定
---------------------------------------------------------------------------*/
.under {
	clear: both;
	margin-top: 1em;
	margin-right: 1em;
	height: 20px;
	text-align: right;
	margin-bottom: 0.5em;
}
.backarrow  {
	display: inline-block;
	width: 20px; height: 20px;
	border-radius: 50%;
	background: #d33700;
	color: #fff;
	text-align:center;
	line-height: 21px;
	font-weight: bold;
	font-size:11px;
}
.back a {
	padding: 0px 0px 2px 5px;
	font-size: 12px;
}
.back a {
	color: #333333;
	text-decoration: none;
}
.back a:hover {
	color: #bb0000;
}
.back a:hover {
	color: #bb0000;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin-top: auto;
	background: #424242;
	
	color: #fff;
	font-size: 85%;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 15px 2%;
}
/*１行分の設定*/

#footermenu .honly {
	display: none;
}
#footermenu ul {
	list-style: none;
	padding: 0;
}
#footermenu ul li {
	padding: 0;
	float: left;
	width: 10%;	 
	line-height: 17px;
	font-weight: bold;
	margin-right: 2em;
}
#footermenu ul li a {
	margin-bottom: 5px!important;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	display: block;
	margin-bottom: 0;
}
#footermenu ul li a:hover {
	color: #ffff00!important;
}
#footermenu ul li a span {
	font-size: 9px;
	display: block;
	color: #ccc;
	font-weight: normal;
}

#footermenu ul li ul li {
	text-align: left;
	clear: both;
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
#footermenu ul li ul li:last-child {
	margin-bottom: 10px!important;
}
#footermenu ul li ul li a {
	border-bottom: none!important;
	color: #ffffff!important;
	font-size: 11px!important;
}
#footermenu ul li ul li a:hover {
	color: #ffff00!important;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	padding: 5px 2%;
	clear: both;
	background: #424242;
}
#copyright p {
	font-size: 12px;
}
#copyright a {
	text-decoration: underline;
}

#flogo {
}
#flogo img {
	float: left;
	margin-top:5px;
	margin-right:15px;
}

#ftitle {
    float: left;
}
#flogo #ftitle  {
	height:85px;
	float: left;
}
#copy {
	clear:both;
}
#ftitle p {
	margin: 0;
	line-height: 16px;
}
.fmtitle a  {
	text-decoration: none!important;
}
.fstitle  {
	margin-top:10px!important;
	font-size: 12px;
}
.fmtitle  {
	margin-top:22px!important;
	font-size: 18px!important;
	line-height: 22px!important;
}
.fcontact  {
	margin-top: 10px!important;
}
#ftitle p a {
	text-decoration: underline;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pagetop {
	clear: both;
}
#pagetop a {
	color: #fff;
	font-size: 20px;
	background: linear-gradient(#9a0028, #c32951);
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	opacity: 0.7;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;
	color: #17184e;
	border: 3px solid #00569a;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.newmark {
	animation: blink 1s ease-in-out infinite alternate;
	font-size:12px;
	color:#cc0000
}

/*ヘッダをfixにしたときに内部リンクにずれが生じるための対策*/
#contents::before {
   content: ‘ ‘;
    display: block;
    height: 450px;/* ヘッダの高さ */
    margin-top: -450px;/* ヘッダの高さ */
    vertical-align: top;
}
   
/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}

/* tableのline */
td.line, th.line {
	border-bottom: 1px dotted #666666;
}
td.uline, th.uline {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
}
td.tline, th.tline {
	border-top: 1px dotted #666666;
}
table.line td {
	border-bottom: 1px dotted #666666;
}
table.line tr:nth-child(1) td {
}
td.date {
	width: 75px;
	color: #bd0000;
}

/* 赤い文字 */
.red {
	color: #CC3300;
}
.button {
	padding: 10px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73b1e7+2,0a77d5+100 */
	background: linear-gradient(#fff, #ecc);
	text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	display: block;
	text-align: center;
	border:1px solid #bbb;
	margin-bottom:10px;
	color: #2E2E2E;
}
a.button:hover {
	background: linear-gradient(#fff, #eaa);
}
#right .button {
	width: 100%;
}
#right a.button {
	font-size:12px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
#right .button span {
	color: #E00003;
}

p.box  {
	margin: 0 1em;
	padding: 1em 2em!important;
	border: 1px dashed #999;
	border-radius: 3px;
}

.large  {
	font-size:large;
}
video {
	width: 100%;
}
.btrain, .blec, .breport, .btext {
/*	width: 220px;*/
	padding: 2px 10px;
	margin: 2px 0;
	height: 18px;
	color: #fff !important;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size:11px;
	white-space: nowrap;
}
a.breport, a.btext  {
	color: #fff !important;
	text-decoration: none;
}
.btrain  {
	background: #d14674;
}
.blec  {
	background: #2a81bd;
}
.breport  {
	background:#F75C00;
}
.btext  {
	background: #DC0003;
}

a.pdf {
	background: url( ../images/pdficon.gif ) no-repeat right 1px;
	padding-right: 20px;
	margin-right: 2px;
}
a.word {
	background: url( ../images/wordicon.gif ) no-repeat right 0;
	padding-right: 20px;
	margin-right: 2px;
}
a.excel {
	background: url( ../images/excelicon.gif ) no-repeat right 0;
	padding-right: 20px;
	margin-right: 2px;
}
a.link {
	background: url( ../images/linkicon.gif ) no-repeat right 2px;
	padding-right: 23px;
	margin-right: 2px;
}
a.image {
	background: url( ../images/imageicon.gif ) no-repeat right 0;
	padding-right: 23px;
	margin-right: 2px;
}

sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.4em;
}
sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.4em;
}



/*画面幅950px以下の設定 （タブレット用）
---------------------------------------------------------------------------*/
@media only screen and (max-width: 950px) {
.sh {display:block;}
.pc {display:none;}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
p.hlang  {
	display: none;
}
.hlang a {
	display: none;
}

/*ヘッダーブロック*/
#hmarea {
	width: 100%;
/*	background-size: 100% 100% !important;*/
}
header {
}

header {
	clear: both;
	width: 100%;
}

header img {
	float: left;
}
header p.subtitle span {
	display: none;
}
#tokyotech  {
    display: none;
}

#menubar {
	clear: right;
	float: none;
	margin-top:0 !important;
	margin-bottom: 0;
	width: 100%;
}
#eventsCon {
	height: auto;
}
/*contents,subコンテンツ
---------------------------------------------------------------------------*/
#contents {
	float: none;
	width: auto;
	min-height: 100px!important;
}

/*ページタイトル
---------------------------------------------------------------------------*/
#title {
	position: relative;
	z-index: -1;
}
#title h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}


/*Topページ右側
---------------------------------------------------------------------------*/
#right {
	width: 100%;
	clear: both;
}

/*トップページ左側　ニュース・イベント
---------------------------------------------------------------------------*/
#left {
	width: 100%;
	float: left;
	clear: both;
}

/*2カラム表示設定
---------------------------------------------------------------------------*/
.tcolumn {
	float: left;
	width: 100%;
}
.tcolumn {
	min-height: 200px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub, body.s-n #footermenu, .m-n {
	display: none;
}
.fl-half {
	float: left;
	width: 45%;
	margin-left: 3%;
}
#lang {
	display: none;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}
#ftitle {
    float: left!important;
    }
#tokyotechF {
    clear:both;
    float: left!important;
    }

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
}
/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	box-shadow: none;
}

/*コンテンツ設定
---------------------------------------------------------------------------*/

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
}
/*コンテンツのh1タグの設定*/
#contents h1 {
	font-size: 16px;
	padding: 7px 10px;
	font-weight: bold;
}

#contents h1 a  {
	color: #fff!important;
}

/*その他
---------------------------------------------------------------------------*/
.fcolumn h1 {
	font-size: 12px !important;
}
.fcolumn {
	float: left;
	width: 48%;
	margin-right: 2%;
	min-height: 120px;
	margin-bottom: 1em;
	border-radius: 4px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	overflow: scroll-y;
	background: rgba(255,255,255,0.9);
}
/*ヘッダをfixにしたときに内部リンクにずれが生じるための対策*/
:target:before {
	content: "";
	display: block;
	height: 150px;/* ヘッダの高さ = 260px */
	margin: -150px 0 0;/* ヘッダの高さ = 260px */
}
}
/*画面幅600px以下の設定 スマホ用
---------------------------------------------------------------------------*/
@media screen and (max-width:600px){
body {
	background: #fff;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
p.subtitle { /* サブタイトル　*/
	font-size:11px;
	margin-top: 12px; /* 上部空きスペース */
}
p.maintitle { /* メインタイトル */
}
.tcolumn h1, .ocolumn h1 {
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.tcolumn h1 span, .ocolumn h1 span  {
	font-size: 10px!important;
	letter-spacing: 0!important;
}

#carea {
}
#title {
	padding: 5px 10px 3px 10px;
	z-index: -1;
}
#title h1 {
	letter-spacing: 0;
	font-size: 16px;
}

#contents h1, #contents h2 {
	font-size: 16px!important;
}
#contents p {
	padding: 1em 0!important;
}
#contents p.box  {
	margin: 0!important;
	padding: 10px!important;
}
#contents div.multiple div p {
	padding-left:1em!important;
}
#contents ul {
	margin-left:1em;
	padding-left:1em;
}
#ftitle p {
	font-size: 12px;
}
.fmtitle  {
	font-size: 12px;
}
#ftitle p span {
	font-size: 11px;
}
.fcontact  {
	margin-top: 0!important;
}

#flogo  {
	margin-top:1em;
	width:40px;
}
#flogo img {
	width: 30px;
	margin-bottom: 10px;
}
.button {
	padding: 5px 0;
}

}
