@charset "utf-8";

/*
============================== CONTENTS ==============================

			1: 全体構成
			2: ナビゲーション
			3: リンクの設定
			4: html要素
			5: 独自要素
			6: アクセシビリティ
			7: 不具合回避

====================================================================
*/
@media screen and (max-width: 800px){

body {
	background: #FFF;
	color: #333333;
	font: 14px ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

/* Retinaディスプレイ対応のためimg要素は半分の大きさに */
/*img:not([width]) {
	zoom: .5; 
}*/

/* タップ時の色指定 */
/*a { -webkit-tap-highlight-color: rgba(200,200,555,.6); }*/

ul,dl,ol { text-indent: 0; }
li { list-style: none outside; }

select {
	font-size: 116%;
	margin: 0 0 15px;
	padding: 5px;
	width: 100%;
	height: 32px;
}
input {
	radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
input:focus {
	background-color: #dffffe;
}

input[type="text"],
input[type="password"] {
	font-size: 116%;
	margin: 0 0 10px;
	width: 96%;
	height: 20px;
	vertical-align: top;
}
input#searchText {
	border: solid 1px #CCC;
	font-size: 93%;
	width: 190px;
	height: 14px;
	padding: 5px;
}
input#btnSearch {
}

em { font-style: italic; }
strong { font-weight: bold; }

hr {
	clear: both;
	border: 0 none; 
	border-bottom: solid 5px #E7E7E7;
	margin: 0;
	zoom: 1;
}
	hr.green {
		border-bottom: solid 1px #669933;
		margin: 0 0 10px;
	}
	hr.gray {
		margin: 0 0 10px;
	}

table {
	border-collapse: collapse;
}

/* 2.枠組み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

/* ランドスケープ（横向き）表示用 */
/*@media all and (orientation:landscape) {
	#page {
		width: 480px;
	}
}*/


	/* 2-1.ヘッダー
	──────────────────── */
	
	header {
		background: #E7E7E7;
		padding: 0;
		margin: 0;
		width:100%!important;
	}

	/* ロゴ */
	#logo {
		display: block;
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		height: 43px;
	}
	#utLogo,
	#utLogoEn {
		display: block;
		float: right;
		margin: 0 10px 0 0;
		padding: 12px 0 0;
	}
	#utLogo a,
	#utLogoEn a {
		display: block;
		width: 60px;
		height: 0;
		padding: 16px 0 0;
		overflow: hidden;
	}
	#utLogo a { background: url(/content/400033840.png) no-repeat; }
	#utLogoEn a { background: url(/content/400033839.png) no-repeat; }
	
	#logo img,
	#hLogo img {
		vertical-align: bottom;
	}
	

	/* 2-2.メイン
	──────────────────── */
	article {
		clear: both;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	/* 2-3.フッター
	──────────────────── */
	
	footer {
		clear: both;
		background: #E7E7E7 url(/content/400033851.png) 0 bottom repeat-x;
		-moz-background-size: 24px auto;
		-webkit-background-size: 24px auto;
		-o-background-size: 24px auto;
		-ms-background-size: 24px auto;
		padding: 15px 0 0;
		margin: 0;
		height: 240px;
	}
	.home footer,
	.feature-stories footer,
	.research-news footer,
	.editors-choice footer {
		height: 310px;
	}
	fNav {
		display: block;
		padding: 15px 0 0;
		margin: 0;
		text-align: center;
		width: 100%;
	}


/* 3.リンク
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

a, area { overflow: hidden; outline: none; }

a:link,
a:visited { text-decoration: underline; color: #333; }

a:hover,
a:active,
footer a:hover,
footer a:active { text-decoration: none; color: #f90; }

ul li a img { vertical-align: bottom; }
a.name { color: #0068e9; text-decoration: none; }


.eBoxs {
	margin: 0 10px;
	padding: 0 0 15px;
}
.eBox,
article .item,
.newsList .item {
	margin: 0;
	padding: 10px 0 15px 0;
	width:100%;
	border-bottom:5px solid #E7E7E7;
}
	.home .eBox {
		margin: 0 15px 0 10px;
	}
article .item .date,
article .item .titBox,
article .item .imgBox,
.newsList .item .date,
.newsList .item .titBox,
.newsList .item .imgBox {
	margin: 0;
}
article .item .date,
.newsList .item .date {
	padding: 4px 0 0 0;
}
article .item .imgBox,
.newsList .item .imgBox {
	padding: 0 0 10px 0;
}
.eBox a,
article .item a,
.newsList .item a {
	display: block;
	color: #333;
	text-decoration: none;
	background: url(/content/400033849.png) 97% center no-repeat;
	-moz-background-size: 4px 22px;
	-webkit-background-size: 4px 22px;
	-o-background-size: 4px 22px;
	-ms-background-size: 4px 22px;
	padding:0 35px 0 25px;
}
.eBox2 a {
	text-decoration: none !important;
}
	.eBox2 a:hover {
	color: #333;
	}
.date {
	float: right;
	font-size: 93%;
	padding: 4px 0 0;
}
.eBody {
	clear: both;
	font-size: 93%;
	padding: 0;
}

.titBox {
	margin:0 0 10px 0;
}
.stit {
	font-size: 116%!important;
	line-height: 1.2;
	margin: 25px 0 0 70px!important;
	font-weight:bold;
}
.tit {
	font-size: 123.1%!important;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 5px 70px!important;
}
.ut-top-ja .tit {
	margin: 0 0 5px 0!important;
}

table.entry {
}
table.entry th {
	padding: 10px 10px 10px 0;
	width: 60px;
	vertical-align: top;
}
table.entry td {
	padding: 0;
	width: 100%;
}
#gotop a {
	display: block;
	float: right;
	color: #333;
	background: url(/content/400033850.png) right center no-repeat;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	padding: 0 15px 0 0;
	margin: 0 15px 10px 0;
	text-decoration: underline;
}

ul#sns {
	clear: both;
	margin: 0 auto 10px;
	width: 126px;
}
ul#sns li {
	float: left;
	margin: 0 6px 0 0;
}

#copy {
	text-align: center;
}

.pager {
	clear: both;
	display: block;
	background: #E7E7E7;
	border-top: solid 1px #FFF;
	padding: 10px;
	position:relative;
}
.prev,
a.prevEntry {
	background: url(/content/400033856.png) 0 center no-repeat;
	-moz-background-size: 17px 12px;
	-webkit-background-size: 17px 12px;
	-o-background-size: 17px 12px;
	-ms-background-size: 17px 12px;
	display: inline;
	float: left;
	padding: 0 0 0 20px;
}
.next,
a.nextEntry {
	background: url(/content/400033857.png) right center no-repeat;
	-moz-background-size: 17px 12px;
	-webkit-background-size: 17px 12px;
	-o-background-size: 17px 12px;
	-ms-background-size: 17px 12px;
	display: inline;
	float: right;
	padding: 0 20px 0 0;
}

.gBox {
	clear: both;
	display: block;
	background: #E7E7E7;
	padding: 10px 15px;
	margin: 0 10px 15px;
}
.tags {
	clear: both;
	display: block;
	font-size: 93%;
	line-height: 1.4;
	margin: 0 0 15px !important;
}
.tags img{
}
.eBox .tags a {
	display: inline;
	background: none;
	text-decoration: underline;
}
.imgText {
	font-size: 93%;
}
.imgText img {
	margin: 0 0 5px;
}
div.fb-like {
	display: block;
	line-height: 1;
	margin: 0 0 5px;
	vertical-align: bottom;
}
#fb-root {
	display: block;
}
.mixiBtn {
	display: block;
	width: 100%;
}
.g-plusone {
	display: block;
}

div.twBtn {
	display: block;
	line-height: 1;
	vertical-align: bottom;
	margin: 0 0 5px;
}
.twitter-share-button {
	margin: 0 auto;
}

.social {
	margin: 0 0 15px 20px;
}

#searchArea,
#langArea,
#menuArea {
	clear: both;
	display: none;
	background: #FFF;
	border-bottom: solid 1px #CCC;
}
.hTit {
	color: #394550;
	font-size: 116%;
	padding: 10px 10px 5px;
}
.hTit a {
	float: right;
}
#searchFrom {
	border-top: solid 1px #CCC;
	padding: 10px 0 0;
	text-align: center;
}

ul#selectLang {
	border-top: solid 1px #CCC;
	float: none;
	padding: 10px 0 0;
	margin: 0 auto;
}
ul#selectLang li {
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
}

ul#selectMenu {
	border-top: solid 1px #CCC;
	float: none;
	padding: 10px 0 0;
	margin: 0 auto;
}
ul#selectMenu li {
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
}
.dList {
	margin: 10px 0;
}
.dList li {
	padding: 5px;
}
#eBodyBox {
	padding: 20px 20px 20px 15px;
	font-size:93%;
}

#more{
	margin:0;
	padding:15px 0 0 0;
	background-color:#E7E7E7;
}
#more a {
	clear: both;
	display: block;
	background: url(/content/400033860.png) no-repeat;
	width: 148px;
	height: 0;
	padding: 30px 0 0;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
#more div.loading {
	clear: both;
	display: block;
	background: url(/content/400033861.gif) no-repeat;
	width: 148px;
	height: 0;
	padding: 30px 0 0;
	margin: 0 auto 10px;
	overflow: hidden;
	cursor: pointer;
}
.en #more a {
	background: url(/content/400033858.png) no-repeat;
}
.en #more div.loading {
	background: url(/content/400033859.gif) no-repeat;
}

.alignright {
	font-size: 85%;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.alignleft {
	font-size: 85%;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
	.alignright img,
	.alignleft img {
		margin: 0 0 3px;
		width: 88%;
	}
	
.wp-caption-text {
	width: 88%; /* .alignleft imgとあわせる */
}

.none {
	display: none;
}


}
/* END */