@charset "utf-8";
@media screen and (max-width:640px){
/****************************************
2.Header
*****************************************/	
img{
    max-width:100%;
    height:auto;
    width /***/:auto;　
    }
#header-inner {
    width:100%;
    text-align:left;
    margin:0;
    }
#header-inner h1 {
    margin-top:5px;
    }
#header-inner h1 img {
    height:auto;
    width:80%;　
    }
#header-inner #header-nav {
    display:none;
    }
#header-inner #forjapn {
    display:none;
    }
#header-inner #Search {
    display:none;
    }
/* nav
*********************************/
#nav {
    margin: 20px auto 5px;
    padding:32px 0 0;
    background: url(images/header/icon.png) no-repeat center top;
    overflow: hidden;
    border-bottom: solid 10px #C00;
    }
#nav .menu-globalmenu-container ul#menu-globalmenu {
    background-color: #C00;
    padding: 0;
    margin: 0;
    overflow : hidden;
    _zoom:1;
    }
#nav .menu-globalmenu-container ul#menu-globalmenu li.nav-item {
    float:left;
    *display:inline;
    zoom:1;
    position:relative;
    }
.nav-item a {
    display:block;
    color:#FFF;
    padding:0 20px;
font-size: 2rem;
    background:#CC0000;
    border-bottom:1px solid #CC0000;
    }
.nav-item > a:hover {
    background:#990000;
    }
.nav-item:hover .sub-menu {
    display:block;
    }
/* Navigation submenu */
.sub-menu {
    display:none;
    position:absolute;
    left:10px;
    }
.nav-submenu-item a {
    background:#990000;
    border-bottom:1px solid #FFFFFF;
    display:block;
    padding:15px 15px 15px 35px;
    }
.nav-submenu-item a:hover {
    color:#990000;
    font-weight:bold;
    background: url(images/topimg/bg.png) repeat;
    }
/* Mobile navigation */
.nav-mobile {
    display:none; /* Hide from browsers that don't support media queries */
    cursor:pointer;
    position:absolute;
    top:0px;
    right:0;
    background:#CC0000  url(images/sm/menu.png) no-repeat;
    height:60px;
    width:60px;
	}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
    position:absolute;
    top:0;
    right:0;
    display:none;
    border-left:1px solid #FFFFFF;
    height:50px;
    width:50px;
    cursor:pointer;
    }
.nav-click i {
    display:block;
    height:48px;
    width:48px;
    background-size:20px;
    }
.nav-click:hover {
    background-color:#990000;
    }
.nav-rotate {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    }
.nav-mobile {
    display:block;
    }
ul#menu-globalmenu {
    display:none;
    margin-bottom: 0;
    }
.nav-item {
    width:100%;
    float:none;
    }
.nav-item > a {
    padding:15px;
    border-bottom:1px solid #FFFFFF;
    }
.nav-click {
    display:block;
    }
.nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    }
.nav-item:hover .sub-menu {
    display:none;
    }
.sub-menu {
    position:static;
    width:100%;
    }
/* home nav */
body.home #nav {
    margin-bottom: 0;
    border-bottom: none;
    }
/* main-imgArea
*********************************/
#main-imgArea  {
    height: auto;
    width: 100%;
    margin: 0;
    background-color:#C00;
    }
/* slider
--------------------------------------- */
#main-imgArea .flexslider {
    margin: 0;
    }
#main-imgArea .flexslider ul.slides {
    margin: 0;
    }
#main-imgArea .flexslider ul.slides li {
    margin: 10px 0;
    height: 480px;
    overflow: hidden;
    }
#main-imgArea .contents{
 	position: relative;
   color: #FFF;
    background: url(images/topimg/bg.png) repeat;
    height: 100%;
    padding: 0;
    color:#000;
    }
#main-imgArea .contents div {
 	position: absolute;
	top: 5px;
	left: 5px;
  text-shadow: 1px 1px 0px #fff;
    }
#main-imgArea .contents .thumbnail {
 	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;    }
#main-imgArea .slides h2{
    font-family: 'Vollkorn', serif;
    font-weight: 700;
    font-size:22px;
    line-height: 1.0em;
    padding: 0;
    margin: 5px 0;
    text-align: left;
    }
#main-imgArea .slides p{
    font-size:　1em;
    line-height: 1.2em;
    }
#main-imgArea .contents img {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    }
#main-imgArea li.main-image {
    background: url(images/topimg/main_sm.jpg) no-repeat center top;
    width:100%;
    height:100%;
    display:block;
    -moz-background-size:cover;
    background-size:cover;
}
#main-imgArea li.main-image2 {
    background: url(images/topimg/main_sm_president.jpg) no-repeat center top;
    width:100%;
    height:100%;
    display:block;
    -moz-background-size:cover;
    background-size:cover;
}
/****************************************

          3.Contents

*****************************************/
#Contents {
    width: 100%;
    margin:0 auto ;
    text-align: left;
    overflow : hidden;
    _zoom:1;
    }
.topicpath {
    overflow : hidden;
    margin: 0 0 10px;
    }
.topicpath li {
    float: left;
    padding: 0 3px 0 0;
    }
#main {
    float: none;
    width: 100%;
    min-height: inherit;
    margin: 20px 0;
    }
#main h2,
.page-template-map-php #Contents div h2,
.parent-pageid-792 #Contents div h2 {
    clear:both;
    font-size: 1.7em;
    line-height: 1.2em;
    margin-bottom: 10px;
    }
#main .alignright {
    float:right;
    width: 50%;
    margin:0 0 15px 25px ;
    overflow: hidden;
    }
#main .alignleft {
    float:left;
    width: 50%;
    margin:5px 30px 0 0 ;
    overflow: hidden;
    }
#main ul.arrowlist li{
    border-bottom: solid 1px #EDEDED;
    background:url(images/main/dotArrow.gif) no-repeat left 10px;
    padding: 8px 0 8px 20px;
    }
#main p {
    margin:0 0 17px 0 ;
    }
#main .text {
    font-size: 1.2em;
    margin-bottom: 10px;
    }
#sub {
    float: none;
    width: 100%;
    }
#sub h2 {
    color:#CC0000;
    font-size: 1.7em;
    font-weight: bold;
    }
#sub .mag {
	width:310px;
	margin: 0 auto;
}
#sub .map #map_canvas {
	width:100%;
	height:250px;
}

#inner strong,
#inner b {
	font-weight:bold;
}
#inner em {
	font-style: italic;
}
#inner ul,
#inner ol {
    margin: 0 0 27px 30px;
}
#inner ul li {
	list-style-position: outside;
	list-style-type: disc;
}
#inner ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
#inner hr {
	border-top: 1px dotted #000;
	margin-bottom: 27px;
}
#inner blockquote{
    position: relative;
    margin: 0 1em 1.5em;
    padding: 1.5em;
    background-color: #efefef;
    z-index: 1;
}
 
#inner blockquote p{
    position: relative;
    z-index: 3;
}
 
#inner blockquote:before{
    content: "“";
    font-size: 1000%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#main #inner a,
p.author a {
    color:#C00;
    text-decoration: underline;
    }
p.date {
    float: left;
    margin: 0 0 0 0;
    }
p.author {
    text-align: right;
    margin: 0 0 0 0;
    }

/* advertise
--------------------------------- */

#sub .advertise {
    overflow:hidden;
    }
#sub .advertise p {
    text-align: center;
    margin-top:10px;
    }

/* Recent News
--------------------------------- */
#sub dl {
    margin-top: 7px;
    border-bottom: solid 1px #CCCCCC;
    }
#sub dl>dt {
    color:#3399FF;
    font-weight: bold;
    border-top: solid 1px #CCCCCC;
    padding-top: 8px;
    }
#sub dl>dd {
    padding-bottom: 8px;
    }
/* video
--------------------------------- */
#sub .map,
#sub .video {
    background:url(images/main/video_bg.png) repeat;
    margin: 20px 0 0;
    padding: 10px 20px ;
    }
#sub .video p {
    background-color:#FFF;
    padding: 5px;
    margin: 3px 0 0;
    }

/* NPPs
--------------------------------- */

.page-template-npps #main table,
.page-template-chart #main table,
.tax-nppsmenu #main table,
.tax-ownermenu #main table { clear:both;border-top: 1px solid #000;margin-bottom: 30px;}
.page-template-npps #main table th,
.page-template-chart #main table th,
.tax-nppsmenu #main table th,
.tax-ownermenu #main table th {background: #efefef;border-bottom : 1px solid #000; padding: 5px 10px; }
.page-template-npps #main table td,
.page-template-chart #main table td,
.tax-nppsmenu #main table td,
.tax-ownermenu #main table td {border-bottom : 1px dotted; padding: 5px 10px; }
.page-template-map  #map_canvas,
.parent-pageid-792 #map_canvas {width:100%; height:300px;margin-bottom:15px;}
.mapNavi {
	margin: 5px;	padding: 5px;
	border: 3px solid #ccc;  
 }
.mapNavi strong { font-weight: bold;}
.mapNavi a { text-decoration: underline; color:#c00;}

.single-npps h2.OP {background:url(images/main/icon_op.png) no-repeat left center;padding-left: 35px;}
.single-npps h2.UC {background:url(images/main/icon_uc.png) no-repeat left center;padding-left: 35px;}
.single-npps h2.PL {background:url(images/main/icon_pl.png) no-repeat left center;padding-left: 35px;}
.single-npps h2.CD {background:url(images/main/icon_cd.png) no-repeat left center;padding-left: 35px;}

.single-npps #map_canvas {float:clear;width:100%;height:200px;}

.single-npps .MAP p a {padding-bottom:15px;}
.single-npps #inner dl { clear: both;margin-bottom: 15px;}
.single-npps #inner dl dt { float:left; width: 200px; font-weight:bold;text-align:right;}
.single-npps #inner dl dd { margin-left: 205px;}

.single-npps table.left {
	float:none;
	margin: 0 0 15px 0 ;
}
.single-npps  table.left th {
	width: 20%;
	padding: 3px;
	background-color: #ccc;
}
.single-npps  table.left td {
	padding: 3px;
	color:#000;
	border-bottom: 1px dotted #ccc;
}

.page-template-npps .box,
.single-npps .box {
	border: 2px solid #ccc;
	float: none;
	width: 100%;
	margin: 0 0 15px 0 ;
	padding: 3px;
}
.single-npps #main p {
	margin: 0 ;
	padding: 0 ;
}

.single-npps div.right {
	clear:both;
	padding: 30px 0 5px;
	text-align: right;
	color: #ff6600;
}
.single-npps table {
	margin: 0 0 30px;
	border-collapse:separate;
	border-spacing:3px;
}
.single-npps td {
	width: 10%;
	padding: 5px;
	color:#FFFFFF;
	line-height: 1.2em;
	vertical-align: middle;
	font-size:0.9em;
}

.single-npps #inner td.h70 {
	height:120px;
}
 
.single-npps #inner td p.tate {
	-moz-transform:    rotate( 90deg )  /* Firefox用 */
	-webkit-transform: rotate( 90deg )  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 90deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 90deg );  /* IE用 */
	transform:         rotate( 90deg );  /* CSS3の書き方 */
}

.single-npps #inner .violet.small,
.single-npps #inner .orange.small { color: #fff;}
.single-npps #inner .lightblue { background-color:#0099FF;}
.single-npps #inner .lightblue.arrow { background:#0099FF url(images/main/arrow.png) no-repeat right center;}
.single-npps #inner .orange { background-color: #ff6600;color: #3333CC;text-align: center;}
.single-npps #inner .orange.arrow { background:#ff6600 url(images/main/arrow.png) no-repeat right center; color: #3333CC;text-align: center;height:60px;}
.single-npps #inner .violet { background-color:#6666CC; color: #ff6600;}
.single-npps #inner .violet.arrow { background:#6666CC url(images/main/arrow.png) no-repeat right center; color: #ff6600;}
.single-npps #inner .restart { background-color:#66CCFF;}
.single-npps #inner .small { font-size:80%;text-align: center;}
.single-npps #inner .gray { background-color:#CCCCCC;}
.single-npps #inner .green { background-color:#009933;}
.single-npps #inner .green.arrow { background:#009933 url(images/main/arrow.png) no-repeat right center;}
.tax-nppsmenu #map_canvas {width:100%;height:400px;margin-bottom: 15px;}

/* MORE BTN
--------------------------------- */
.linkbtn {
    margin: 10px auto;
    text-align: center; 
    width: 120px;
    padding: 7px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #CC0000;
    behavior: url(/pie/PIE.htc);
    }
.linkbtn a {
    display: block;
    color:#FFF;
    font-size: 1.1em;
    }
/* home
*********************************/
body.home #main .dateArea {
	margin-top: 10px;
	border-top: 1px dotted #000;
	padding-top: 10px;
    }
body.home #main .dateArea:first-child {
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;
    }
#main .dateArea {
    margin: 10px 0;
    overflow : hidden;
    _zoom:1;
    }
body.home #main .dateArea .icon {
	margin-top: 6px;
   }
#main .dateArea .icon {
    float: left;
    width: 20%;
    background:url(images/header/new-icon.png) no-repeat left top;
	width: 45px;
	height: 18px;
	text-indent: -99999em;
   }
body.home #main .dateArea .date {
    float: none;
    width: auto;
    text-align:left;
    margin-top: 5px;
    }
body.home #main .dateArea .date span {
    padding-right: 10px;
    }
.clearBoth { clear:both;}
.textRight { text-align: right;}
.textLeft { text-align: left;}
.center {text-align: center;}
.right {float:right;}
.left {float:left;}
.lead  {font-style: italic;font-size: 1.2em;margin-bottom:15px;}
.blue  {color:#3399FF;}
.red  {color:#c00;}
.small  {font-size: 0.8em;}
h3 {
    color:#3399FF;
    font-size:1.4em;
    font-weight: bold;
    }
.category #inner {
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
}

/* event
--------------------------------- */
.home #main .event {
    clear: both;
    width: 100%;
    margin: 25px 0 0;
    }
.home #main .event .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C00;
    overflow : hidden;
    _zoom:1;
    }
.home #main .event .title h2 {
    color:#C00;
    float: left;	
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 0 3px;
    }
.moreBtn a {
    float: right;
    text-align: center; 
    width: 55px;
    padding: 3px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #CC0000;
    display: block;
    color:#FFF !important;
    behavior: url(/pie/PIE.htc);
    text-decoration: none !important;
    }
.moreBtn a:hover {
    background-color: #990000;
    color:#FFF !important;
    }
.home #main .event dl {
    margin: 10px 0 0 0 ;
    padding-bottom: 10px;
    line-height: 1.0em;
    border-bottom: solid 1px #EDEDED;
    overflow : hidden;
    _zoom:1;
    }
.home #main .event dl dt {
    float: left;
    width: 35%;
    font-weight:bold;
    background:url(images/main/arrow_b.png) no-repeat left 3px;
    padding-left: 10px;
    }
.home #main .event dl dd {
    float: left;
    width: 50%;
    }
.home #main .event .content{
    overflow: auto;
    position: relative;
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
/* News
*********************************/
#main ul.newsList {
    margin: 0 0 17px;
    overflow : hidden;
    _zoom:1;
    }
#main ul.newsList li {
    list-style: disc;
    font-size: 1.3em;
    margin: 10px 0 0 20px;
    line-height: 1.6em;
    }

.sharedaddy {
	clear:both;
	float:right;
    margin: 0 0 4px;
}
#inner .sharedaddy ul {
    margin: 0;
}
.snsBtn {
	float:right;
    margin: 0 0 4px;
}
#main ul.snsBtn li,
#inner .sharedaddy li {
	float:left;
	list-style-type: none !important;
    margin: 0 0 0 4px;
}

.share-more {display:none;}
.sharing-hidden,
.sharing-hidden .inner {display:inline !important;}
#main ul.snsBtn li a,
.sharedaddy .sharing-hidden .inner li a{
	height:33px;width:33px;
	text-indent: -99999px;
	display:block;
}

.icon-mail a {
    background:url(images/icon/mail-icon.png) no-repeat;
}
.icon-print a {
    background:url(images/icon/print-icon.png) no-repeat;
}
.share-facebook a {
    background:url(images/icon/facebook-icon.png) no-repeat;
}
.share-twitter a {
    background:url(images/icon/twitter-icon.png) no-repeat;
}
.share-google-plus-1 a {
    background:url(images/icon/google-icon.png) no-repeat;
}

#main .tagArea .tag {
    float:left;
    font-size: 1.0em;
	line-height: 1.3em;
    margin-bottom: 15px;
	width:40%;
    }

#main .commentArea {
    clear: both;
    border-top: solid 5px #C00;
    background-color:#F6F6F6;
    padding: 5px;
    margin-bottom: 30px;
    }
.reply {text-align: right;}
.reply a {
    padding: 2px 15px;
    background: #c00;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
}
#main .commentArea p {
    margin: 0;
    }
#main .commentlist li  {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    }
#main .commentlist li ul.children li {
	border-top: 1px dotted #000;
	margin-top:10px;
    padding: 10px 10px 0 10px;
}


.comment-author { float:left;}
.commentmetadata { text-align:right;}
#main .commentlist li .comment-edit-link {
	display:none;
}

.related {
	clear: both;
    border-top: solid 5px #666;
    background-color:#F6F6F6;
	margin-bottom:15px;
	padding:10px;
}
.related h3 {
    color: #C00;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
}
.related ul li {
    border-bottom: solid 1px #EDEDED;
    background:url(images/main/arrow_b.png) no-repeat left 10px;
    padding-left: 10px;
    }

/* video
*********************************/
dl.videoList {
    clear: both;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    }
dl.videoList dt {
    float: left;
    margin-right: 15px;
    }
dl.videoList dd {
    min-height:90px;
    *height:90px;
    }
dl.videoList dd span.date {
    color:#3399FF;
    font-weight: bold;
    }
dl.videoList dd a {
    color: #c00;
    font-weight: bold;
    }
.time {
    background:url(images/main/icon_time.png) no-repeat left center;
    padding-left: 15px;
    margin-left: 5px;
    font-size: 0.8em;
    }

.single-videos .center{
	position: relative;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
 
.single-videos .center iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-videos #sub dt img {
    float:left;
    width: 100px;
    margin: 0 10px 10px 0;
    }
.single-videos #sub dd {
    min-height:55px;
    }

/* slides
*********************************/
.single-slides .slides {display:none;}
.single-slides .slides_sm{
	position: relative;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
.single-slides .slides_sm iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* fukushima map
*********************************/

.boxLeft {
	font-size: 0.85em;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	}

.boxRight {
	font-size: 0.85em;
	padding: 5px;
	margin: 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	}


/* pageNav
*********************************/
.pageNav {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.pageNav span,
.pageNav a {
	border:1px solid #c00;
	padding: 3px 6px;
	margin:0 1px;
	color: #c00;
	font-size: 0.8em;
}

.pageNav span.current,
.pageNav a:hover {
	background:#c00;
	color: #fff;
}

#pagination li.prev {
    text-align:right;
}

/****************************************

          4.banner

*****************************************/
.flexslider2 {
    margin: 10px auto 5px;
    overflow : hidden;
    _zoom:1;
    width: 88%;
    }

ul.slides {
    margin: 10px auto ;
    }
ul.slides li {
    float: left;
    margin: 0 5px;
    }
/****************************************

          5.footer

*****************************************/
/* pageTop  */
#Contents .pageTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
#Contents .pageTop a {
	background: #e00;
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #ffffff;
	border-radius:5px;
	font-size: 90%;
/* box-shadow */
box-shadow:rgba(255, 255, 255, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(255, 255, 255, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(255, 255, 255, 0.65098) 0px 0px 6px 3px;
	}

#footer {
    margin: 10px auto 0;
    clear: both;
    width: 100%;
    border-top: solid 4px #CC0000;
    padding: 5px 0 0;
    }
#footer #fInner {
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    }
#footer #fInner .copyright {
    float: none;
    width: 100%;
    text-align:center;
    margin-bottom: 5px;
    }
#footer #fInner .sns {
    float: none;
    width: 100%;
    text-align:center;
    }
}


@media screen and (max-width:414px){
#main-imgArea .flexslider ul.slides li {
    height: 310px;
    }
}