/*
Theme Name: Twenty Ten
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
border-top:solid 5px #d1436a;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.inner{
width:980px;
margin:0 auto;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 980px;

	margin:100px auto 0 auto;
}

#container_top {
	margin:40px auto 0 auto;
	width: 980px;

}

#content {
width:690px;
float:left;

}

#content_top {
width:690px;
float:left;

}

#content_top {
line-height:24px;
}

.download{
border:3px solid #855E9D;
margin-bottom:20px;
text-align:center;
background:#faf6ff;

}

.download ul{
margin:15px 0;
padding:0;
list-style-type:none;
overflow:hidden;
}

.download ul li{
float:left;
width:122px;
}

.download ul li img{
max-width:80%;
height:auto;
border:1px solid #ccc;
padding:2px;
background:#fff;
}

.download ul li a{
text-decoration:none;
display:block;
font-size:0.75em;
background:#421D6A;
color:#fff;
margin:5px auto 0 auto;
border-radius:3px;
padding:5px;
width:75%;
}

.download ul li a:hover{
background:#9678AE;
transition:0.5s;
}

.download ul li a i{
margin-right:3px;
}

#primary{
	float: right;
	overflow: hidden;
	width: 250px;
}

#primary #bnr_area{
margin:0 0 20px 0;
padding:0;
list-style-type:none;
}

#primary #bnr_area li{
margin:0 0 10px 0;
}
#primary #side_menu{
list-style:none !important;
margin:0 0 30px 0;
padding:0;
border:solid 1px #666;
}

#primary #side_menu li{
border-bottom:solid 1px #666;
}

#primary #side_menu li:last-child{
border-bottom:none;
}

#primary #side_menu li a{
display:block;
text-decoration:none;
padding:8px;
background:#fff;
color:#000;
}

#primary #side_menu li a i{
margin-right:8px;
}

#primary #side_menu li a:hover, #primary #side_menu li a.on{
background:#DFD6EB;
transition:.5s;

}

#primary h3{
background:#543378;

padding:15px 10px;
text-align:center;
}

#primary h3 a{

color:#fff;
text-decoration:none;
}


a img.bnr,a img.alpha_btn{
-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}


img.alpha_btn:hover{
opacity: 0.4;
	filter: alpha(opacity=40);
}


img.bnr:hover{
opacity: 0.6;
	filter: alpha(opacity=60);
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body{
font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	background: #fff;

}

/* Structure the footer area */



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body{
	font-size: 90%;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #186578;
}
a:visited {
	color: #186578;
}
a:active,
a:hover {
	color: #186578;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

a[href$=".pdf"] {
    background:url(images/ico_pdf.png) no-repeat right;
	padding-right:20px;
}


/* =Header
-------------------------------------------------------------- */



div.sns {
margin-top:35px;
}


#slides2 {
z-index:100;
height:602px;
position:relative;

width:100%;
margin:0 auto;
}

.slides_container2 {
overflow:hidden;
height:602px;
width:100%;
margin:0 auto;
}

.slides_container2 a {
display:block;
}

.slides_container2 a img{
min-width:100vw !important;
height: auto;
}

.pagination {
position:absolute;
height:76px;
padding:0;
z-index:102;
left:100px;
width:480px !important;
top:510px;
}



.pagination li {
margin:0 5px 0 0;
list-style:none !important;
float:left;
padding:0;
}


.pagination li a.n0 {
	display:block;
	width:76px;
	height:75px;
	background-image:url(images/slides/pagination1_2.png);
	background-position:0 0;

	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n1 {
	display:block;
	width:76px;
	height:75px;

	background-image:url(images/slides/pagination2_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n2 {
	display:block;
	width:76px;
	height:75px;

	background-image:url(images/slides/pagination3_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n3 {
	display:block;
	width:76px;
	height:75px;

	background-image:url(images/slides/pagination4_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}

.pagination li a.n4 {
	display:block;
	width:76px;
	height:75px;

	background-image:url(images/slides/pagination5_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}

.pagination li.current a.n0 {
background-image:url(images/slides/pagination1.png);
}
.pagination li.current a.n1 {
background-image:url(images/slides/pagination2.png);
}
.pagination li.current a.n2 {
background-image:url(images/slides/pagination3.png);
}
.pagination li.current a.n3 {
background-image:url(images/slides/pagination4.png);
}
.pagination li.current a.n4 {
background-image:url(images/slides/pagination5.png);
}











#nav{
position:absolute;
background:url(images/bg_nav.png) repeat-x;
width:100%;
height:68px;
clear:both;
z-index:101;
}

#nav ul{
height:68px;
padding:0;
width:980px;
z-index:999;
margin:0 auto;
list-style-type:none;
border-right:1px dotted #fff;
}

#nav li{
float:left;
}
#nav li a{
width:154px;
display:block;
height:43px;
text-align:center;
color:#fff;
text-decoration:none;
padding:25px 0 0 0;
border-left:1px dotted #fff;
font-size:90%;
}

#nav li a.last{
}

#nav li a.first{
width:49px;
padding-top:20px !important;
height:48px !important;
}
#nav li a.on i{
color:#421D6A;
}

#nav li a:hover{
background:#fff;
color:#000;
transition-duration:0.5s;
}



#nav li a.on{
background:#fff;
color:#000;
}

#header{
height:107px;
}
#header .inner h1{
width:424px;
float:left;
}



ul#h_btn{
margin:0;
padding:0;
list-style-type:none;
width:514px;
float:right;
margin-top:40px;
}

ul#h_btn li{
float:left;
display:inline;
margin-right:9px;
margin-top:5px;
}

ul#h_btn li:last-child{
margin:0 0 0 154px;
}

.breadcrumbs{
background:#eee;
border-radius:3px;
padding:5px 5px 5px 10px;
margin-bottom:20px;
font-size:90%;
}

.breadcrumbs a{
text-decoration:none;
}

.linkbtn{
display:block;
border-radius:5px;
padding:10px;
text-align:center;
background:#421D6A;
text-decoration:none;
color:#fff !important;
	-moz-box-shadow: 0px 0px 4px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(000,000,000,0.3);
border:2px solid #fff;
}

.linkbtn:hover{
border:2px solid #421D6A;
background:#fff;
color:#421D6A !important;
transition:.3s;
}

.linkbtn i{
margin-left:5px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:0;
}
#content {
	margin-bottom: 36px;
}
#content {
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content ul li{
margin-bottom:10px;

}

#content ul.mark{
margin-bottom:10px;
list-style-type:none;
margin:0;
}

#content ul.mark li{
background:url(images/bullet.png) no-repeat left 4px;
border-bottom:dotted 1px #ccc;
padding-bottom:10px;
padding-left:20px;
}

#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,



#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
h2.tit_level2{
    background: #faf5fd;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    padding: 4px 4px 4px 10px;
    border-left: 3px solid #553379;
font-size:110%;
margin: 0 0 20px 0;
}

h3.tit_level3{
border-bottom:2px solid #553379;
font-size:110%;
padding:0 0 3px 21px;
margin: 0 0 20px 0;
background:url(images/bg_h3_tit.gif) no-repeat left 4px;
}
h3.tit_voice{
border-bottom: 2px solid #553379;
font-size: 110%;
padding: 0 0 3px 0;
margin: 0 0 20px 0;
}

h4.tit_level4{
font-size:100%;
padding-left:10px;
margin: 0 0 10px 0;
border-left:5px solid #9C81B8;
font-weight:bold;
}

h3.tit_new{
margin:20px 0 10px 0 !important;
}
#content table {

	
	width: 100%;
margin-bottom:20px;
}

#content thead th {

background:#553379;
color:#fff;
vertical-align:middle;
border-bottom:solid 1px #666;
}


#content table td,#content table th{
padding:8px;
border:1px solid #ccc;
}

#content th {
background:#FAF5FD;

}
#content tr.odd td {
	background: #f2f7fc;
}

table.newstop{
width:100%;
}

.newstop td{
padding:8px 0;
}

.newstop tr:nth-child(even){
background:#f9f9f9;
}

.newstop th{
text-align:left;
font-weight:400;
background:url(images/arrow01.gif) no-repeat left 14px;
padding:8px 0 8px 20px;
width:100px;
}

.newstop td a{
text-decoration:none;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 130%;
	margin-bottom: 20px;
font-family: 游明朝体, 'Yu Mincho', YuMincho, serif;
font-weight:bold;
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
padding:13px 10px 13px 15px;
border-bottom:solid 2px #553379;
border-top:solid 1px #eee;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	color: #777;
	font-size: 12px;
border-bottom:dotted 1px #ccc;
padding-bottom:5px;
margin-bottom:5px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
background:#EDE3FF;
border-radius:3px;
padding:3px 3px 3px 10px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#footer_pagetop{
background:#d1436a;
text-align:center;
clear:both;
padding:10px 0;
}
#footer_sitemap{
padding:20px 0;
text-align:center;
}

#footer_sitemap ul{
list-style-type:none;
margin:20px 0;
padding:0;
width:184px;
float:left;
border-left:1px solid #ccc;
font-size:90%;
}

#footer_sitemap ul li{
margin-bottom:7px;
}

#footer_sitemap ul.noline{
border-left:none;
}
#footer_sitemap ul li i{
margin-right:3px;
color:#D1436A;
}




#footer_sitemap a{
text-decoration:none;
color:#000;
} 

#footer {
background:#d1436a;
color:#fff;
text-align:center;
font-family:verdana;
padding:20px 0;
font-size:80%;
letter-spacing:1px;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.block{
border:1px solid #ccc;
padding:20px 20px 0 20px;
margin-bottom:20px;
border-radius:3px 3px 0 0 ;
}

span.minititle {
font-size: 15px;
}
i.minifont {
font-size: 12px;
    font-style: normal;

}
h1.entry-title {
    font-family: Roboto, 'Droid Sans', 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif !important;
}
h1.ap-title{
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;

}

.btn_ap {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 150%;
    letter-spacing: 1px;
    font-family: "游明朝体","Yu Mincho",YuMincho,serif;
    color:#fff !important;
    background: rgb(209, 67, 105);
    padding: 10px;
}

.btn_ap:hover {
    background: rgba(209,67,105,.7);
    transition: .5s;
}
.faculty img{
float:right;
margin:0 0 8px 8px;
display:block;
}

.form-width { max-width: 80% }

.sp_view{
display:none;
}

@media (min-width: 769px) {
.btn_sp,.tit_new span{
display:none;
}

}


/*===============================================
768pxまで
===============================================*/
@media screen and (max-width:768px){


	body {
		-webkit-text-size-adjust: 100%;
	}

.sp_none,.breadcrumbs,#slides2{
display:none !important;
}

.tit_new{
border-bottom:3px solid #D1436A;
padding-bottom:5px;
}

.tit_new .txt_ja{
color:#999;
font-size:80%;
}

.tit_new a{
text-decoration:none;
color:#000;
}


.tit_new img{
display:none !important;
}

.sp_view{
display:inherit !important;
}

.btn_sp{
display:block;
text-align:center;
text-decoration:none;
background:#222222;
color:#fff !important;
padding:7px;
}



.imglogo{
max-width: 80% !important;
height: auto  !important;
display:block !important;
float:none !important;
margin:0 auto !important;
}

.imgfull{
max-width: 96% !important;
height: auto  !important;
display:block !important;
float:none !important;
margin:0 auto !important;
}

.imgfull_l{
max-width: 100% !important;
height: auto  !important;
display:block !important;
float:none !important;
}

.imgfit{
min-width: 100% !important;
height: auto  !important;
display:block !important;
float:none !important;
}



#content_top{
float:none;
width:100%;
}

#primary{
float:none;
width:90%;
margin:0 auto;
}



#container_top {
    margin:0;
    width:auto;
padding:0 20px;
}

#container{
padding-top:20px;
}

#bnr_area li{
text-align:center;
}

#bnr_area img{
max-width:70%;
height:auto;
}

.inner{
width:100%;
}

#header {
    height:auto;
    overflow: hidden;
}

#header .inner h1 {
    width:auto;
    float:none;
}
ul#h_btn {
    margin: 0 auto 10px auto;
    padding: 0;
    list-style-type: none;
    width:234px;
    float:none;
    margin-top:0;
overflow: hidden;
}

ul#h_btn li{
margin-top:0;
}

ul#h_btn li:last-child{
margin:0;
}

.newstop{
margin-bottom:20px;
}


.newstop td,.newstop th{
display:block;
}

.newstop th{
padding:8px 0px 0px 20px;
}

.newstop td a{
display:block;
}

.newstop td{
padding:0px 8px 8px 0;
}

#primary #bnr_area{
margin:20px 0;
}




.hentry {
    margin:0 0 20px 0;
}

#container {
    width:100%;
    margin: 0;
}
#content {
    width:92%;
    float:none;
margin:0 auto;
}

div.facultyimg {
    float: none !important;
}
div.facultydoc {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
}
div.faq-answer table {
    margin-left:0 !important;
    width:100% !important;
    margin-bottom: 10px;
}

#footer{
padding:20px;
width:auto;
}

#footer_sitemap ul{
float:none;
width:auto;
border-left:none;
margin:0;
}

#footer_sitemap li{
border-bottom:1px dotted #ccc;

}

#footer_sitemap li.last{
border-bottom:none;
}

#footer_sitemap li.last a:hover{
background:none;
}


#footer_sitemap ul li {
    margin-bottom:0;
}


#footer_sitemap li a{
display:block;
padding:10px 0;
}

#footer_sitemap li a:hover{
background:#eee;
}

#footer_sitemap .inner{
margin-top:20px;
}


.tb-contact{
border-left: 1px solid rgba(55,60,56,0.2) !important;
border-right: 1px solid rgba(55,60,56,0.2) !important;
border-bottom: 1px solid rgba(55,60,56,0.2) !important;
}

.tb-contact tr{
    border:none !important;
    text-align: left;
    padding-left: 15px;
}

.tb-contact tr th{
    border-bottom: 1px solid rgba(55,60,56,0.2);
border-left:none !important;
border-right:none !important;

    text-align: left;
    padding-left: 15px;
}

.tb-contact td{
    border:none !important;
}

.tb-contact td.schoolhead {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-left: none !important;
    border-right: none !important;
}

.noborder{
border-bottom:none !important;
}



.tb-contact td,.tb-contact th{
display:block;
}

#mega-menu-wrap-primary {
    position:static !important;
height:48px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle{
height:48px !important;
line-height: 48px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
z-index:999;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    width:100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary img{
margin:0 auto !important;
}

.mega-menu-item{
border-bottom:1px solid #75629C !important;
}

.mega-sub-menu .mega-menu-item{
border-bottom:none !important;
}

.mega-current-menu-item .mega-menu-link{
background:#431d6b !important;
color:#fff !important;
}

table.program th{
padding:2px !important;
}
.download{
margin-top:20px;
}

.download ul li{
text-align:center;
width:100%;
}


.download ul li:last-child{
margin-top:15px;
}

.download ul li img {
    max-width: 50%;
}

#content table td,#content table th{
padding:5px;
border:1px solid #ccc;
}



}

/*===============================================
　University of Tsukuba Facts and Figures
===============================================*/
.figures{
border-bottom: dotted 3px #ccc;
display: table;
table-layout: fixed;
padding-top: 20px;
width: 100%;
max-width: 335px;
height: 398px;
	 }

.f_staff{
height: 138px;
}

img.f_img{
margin-top:20px;
margin-left:15px;
}

@media screen and (max-width: 600px) {
img#students02{
width: 160px;
}

}
img.max-size{
width: 100%;
}

.figures p{
font-weight: bold;
font-size: 105%;
}

.b_figure{
font-size: 250%;
}

.figures2{
border-bottom: dotted 3px #ccc;
padding-top: 20px;
height: 480px;
	 }

.figures2 ul{
list-style:none;
display:table;
margin-left:0;
}

.figures2 li{
display:table-cell;
vertical-align: middle;
padding:0 20px 0 0;
font-weight: bold;
font-size: 95%;
}

.students1{
color: #8fc31f;
font-size: 170%;
}

.students2{
color: #009e96;
font-size: 170%;
}

.students3{
color: #f8b551;
font-size: 170%;
}

.block__element{
display: table-cell;
vertical-align: top;
width: 100%;
max-width: 165px;
 }

.block__element2{
display: table-cell;
vertical-align: middle;
width: 50%;
padding-right:5%;
 }
.block__element3{
display: table-cell;
vertical-align: top;
width: 10%;
padding: 3% 2% 0 0;
 }
.block__element4{
display: table-cell;
vertical-align: middle;
width: 30%;
 }

.figures_wrap{
float:left;
width:100%;
max-width: 335px;
}

#wrap_right{
margin-right:20px;
}

.figures_container {
overflow: hidden;
}

/* clearfix */
.figures_container:before,
.figures_container:after {
content: "";
display: table;
}
 
.figures_container:after {
clear: both;
}

.f3_elements{
float: left;
width: 100%;
max-width: 330px;
padding-right:20px;
}

.f3_elements2{
float: left;
width:100px;
padding-top:10px;
}

.f3_elements3{
float: left;
width:230px;
padding-top:10px;
}

.f3_elements2 p{
font-weight: bold;
font-size: 130%;
}

.f3_elements4{
float: left;
width:150px;
margin-right:20px;
}

.f3_elements5{
float: left;
width:150px;
margin: 30px 20px 0 0;
}

.f3_elements6{
float: left;
width: 100%;
max-width: 300px;
}

.f3_elements7{
float: left;
width: 100%;
max-width: 330px;
margin-right: 15px;
}

.figures3{
border-bottom: dotted 3px #ccc;
padding-top: 20px;
	 }

.figures3 {
overflow: hidden;
}

.figures4 {
border: none;
padding: 30px 0 10px 0;
}

/* clearfix */
.figures3:before,
.figures3:after {
content: "";
display: table;
}
 
.f3_elements3:after {
clear: both;
}

h2.f_title {
font-weight: bold;
margin: 10px 0 20px 0;
font-size: 140%;
}

#n_teacers{
color: #ec6941;
font-weight: bold;
font-size: 250%;
}

#n_employee{
color: #448aca;
font-weight: bold;
font-size: 250%;
}

#n_abroad{
color: #f29c9f;
font-weight: bold;
font-size: 260%;
}

table#class_table{
width: 100%;
max-width: 330px;
}

table#class_table td{
vertical-align: middle;
width: 50%;
font-weight: bold;
font-size: 110%;
border:none;
}

table#number_table1{
width: 100%;
max-width: 330px;
vertical-align: middle;
border: none;
border: solid 2px #fff;
}

table#number_table1 th{
background: #f29c9f;
text-align: center;
border: solid 2px #fff;
color: #fff;
}

table#number_table1 th.total{
background: #ef858c;
color: #333;
}

table#number_table1 td{
background: #eaeaea;
text-align: right;
border: solid 2px #fff;
width: 50%;
font-weight: bold;
}

table#number_table1 td.total{
background: #aaa;
color: #fff;
vertical-align:bottom;
}

table#number_table2{
width: 100%;
max-width: 330px;
vertical-align: middle;
border: none;
border: solid 2px #fff;
}

table#number_table2 th{
background: #f29c9f;
text-align: center;
border: solid 2px #fff;
color: #fff;
}

table#number_table2 td{
background: #eaeaea;
text-align: right;
border: solid 2px #fff;
width: 50%;
font-weight: bold;
}

table#number_table1 caption,table#number_table2 caption{
text-align: left;
font-weight: bold;
font-size: 110%;
}

.date{
display: block;
text-align: right;
margin-top: 20px;
font-weight: normal;
font-size: 100%;
clear:both;
}

.area{
display: block;
font-size: 100%;
margin-bottom: 5px;
}

.prize{
font-size: 90%;
font-weight: normal;
}

#persons{
color: #448aca;
display:inline-block;
}

#persons:first-letter{
font-size:220%;
}

p.rank_p{
font-size: 180%;
text-align: center;
margin-top: 105px;
padding-bottom: 72px;
}

.rank{
font-size: 300%;
font-weight: bold;
color: #097c25;
margin-right: 10px;
}

.f_bottom{
width: 100%;
max-width: 335px;
height: 356px;
}

#univ_rank{
display: block;
text-align: right;
margin-top: 20px;
font-weight: normal;
font-size: 90%;
}

#mega-menu-wrap-primary #mega-menu-primary img { 
margin: 0 auto !important;
}


div.speech_b {
    position: relative;
    padding: 5px 10px;
    z-index: 2;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 5px;
    color: #333333;
    width: 72%;
    margin-bottom: 35px;
}

div.speech_b:before {
    position: absolute;
    top: 14px;
    right: -6px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid none solid solid;
    border-width: 6px;
    border-color: transparent #CCCCCC;
    content: "";
}

div.speech_b:after {
    position: absolute;
    top: 14px;
    right: -5px;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid none solid solid;
    border-width: 6px;
    border-color: transparent #FFFFFF;
    content: "";
}

img.flags {
position: absolute;
    z-index: 200;
    width: 50px;
}
hr.voice {
border-bottom: 1px solid #553379;
margin-top: 6px;
margin-bottom: 18px !important;
}

.voice_name {
display: table-cell;
padding-left: 60px;
height: 33px;
vertical-align: middle;
}

.voice_img{
float:right; 
width: 23%; 
height: auto;
}


.voice_img img{
width: 148px;
height: auto;
}

img.pur {
opacity: 0.81
}


div.voice_flag {
display: table-cell;
}

@media screen and (min-width:768px) { 

#mega-menu-item-200 a.mega-menu-link {
word-wrap: break-word;
white-space: normal;
line-height: 19px !important;
vertical-align: middle !important;
display: table-cell !important;
}

}

@media screen and (max-width:730px) { 
.voice_img img{
width: 100%;
height: auto;
}
}

@media screen and (max-width:480px) { 
.voice_img {
width: 26%; 
}

div.speech_b{
width: 66%;
}
}



@media screen and (min-width:730px) { 
td.td_recap {
    padding-left: 185px !important;
    padding-top: 15px !important;
}
}