@charset "UTF-8";
header {
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    overflow: auto;
    width: 880px;
}

body a:hover {
	color:#1DC8FF;
	opacity:0.6;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


h1 {
    font-style: normal;
    font-weight: 400;
    height: 468px;
    margin: 0 auto;
    overflow: hidden;
    width: 880px;
}

body {
	margin:0;
	padding:0;
	/* Firefox */
background:url("img/backimg.png")  no-repeat fixed 0 0%, -moz-linear-gradient(top center, #99F2FF 0%, #FFBBF2 100%);
/* Chrom と Safari */
background:url("img/backimg.png") no-repeat fixed 0 0%,  -webkit-gradient(linear, center top, center bottom, from(#99F2FF), to(#FFBBF2));
/* 共通 */
background:url("img/backimg.png") no-repeat fixed 0 0%,  linear-gradient(top center, #99F2FF 0%, #FFBBF2 100%);
background-size:100% auto;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#content { 

}




#mainwrapper {
	max-width:800px;
	margin:0 auto;
}

#mainwrapper p {
	
}


#generalinfo table {
	margin-bottom:20px;
}

#generalinfo td {
    font-size: 14px;
    padding: 3px 3px 3px 0;
}

#generalinfo td.left {
    font-size: 15px;
    font-weight: bold;
    width: 80px;
}
strong {
	font-weight:bold !important;
}

#generalinfo td.right {
	width:720px;
}

.profile  {
	width:100%;
	margin-bottom:15px;
}

.program {
    margin-bottom: 100px;
}

h4 {
    font-size: 160%;
    font-weight: bold;
    margin: 0;
}
.categoly {
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff !important;
    float: left;
    font-size: 12px !important;
    margin-right: 10px;
    text-align: center !important;
    width: 115px !important;
}

.application {
    background-color: #fff;
    border: 1px solid;
    font-size: 12px !important;
    padding: 0 10px;
    width: 48px !important;
	    float: left;
}

.program a {
    color: #1dc8ff;
    font-size: 14px;
    font-weight: bold;
}
.program img {
	margin-bottom:10px;
}

.profile-title {
	font-size:15px;
}



.program table {
    border: 1px solid #000000;
    border-collapse: collapse;
    font-size: 13px;
	margin-top:10px;
}

.program .left {
    background-color: #f5f5f5;
    padding: 7px;
    width: 55px;
}

.program .right {
    padding: 7px;
	}




.profile .photo {
    float: left;
    margin-right: 25px;
}

.profile .text {
    float: left;
    width: 70%;
}

.profile .text p {
	font-size:14px;
	}

.profile .text p a {
	color:#1DC8FF;
	}

h5 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}
.clear {
	clear:both;
}

#mainContent {
	width:100% !important ;
	margin:0 auto;
}

#mainwrapper header h1 {
	margin:0;
	padding:0;
}

#mainwrapper header #logo {
	/* Company Logo text */
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(146,146,146,1.00);
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 68%;
	float: left;
	color: rgba(146,146,146,1.00);
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}

nav  ul li img {
	height:100px;
	width:auto;
}

p a {
	color:#1DC8FF;
}


#colorbox li {
    font-size: 14px;
    list-style: outside none none;
    margin-left: -40px;
    margin-top: 5px;
}
#colorbox h5 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

#colorbox h6 {
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
}

#colorbox a {
	color:#1DC8FF;
}

#inline_content {
	padding:30px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    color: #ffffff;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.big {
	font-size:150%;
}

#colorbox p {
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 10px;
	    text-align: justify;
}

#content #mainContent h1, #content #mainContent h2    {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
#content #mainContent h2 {
	/*Captions ot Taglines */
	font-style: normal;
	font-weight: 200;
	color:#000000;
    letter-spacing: 0.2em;
    font-size: 18px;
    margin-bottom: 30px;
}
#content #mainContent #bannerImage {
    margin-top: 30px;
    width: 100%;
}
#generalinfo {
	float:left;
}

#content #mainContent p {
    color: #000;
    font-weight: 200;
    line-height: 1.8em;
    margin-top: 0px;
    text-align: justify;
	    font-size: 15px;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}

footer a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.social-buttons:after {
  overflow: hidden;
}
.social-buttons li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
iframe.twitter-share-button {
  width: 90px !important;
  margin-bottom: 0;
}
iframe.hatena-bookmark-button-frame {
  margin-bottom: 0;
}
div#___plusone_0 {
  width: 60px !important;
}
.fb-like {
  line-height: 1;
}




footer article  {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3  {
	/* Footer article titles */
	text-align: center;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	width: 71%;
	float: left;
	padding-top: 41px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(246,246,246,1.00);
	margin-top: 150px;
	padding-top: 32px;
}
#mainwrapper {
    background: #fff none repeat scroll 0 0;
}

#background {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}

#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}

nav {
	margin-bottom:30px;
}

nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
    float: left;
}

nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	width: 100%;
}

.box {
    margin-bottom: 100px;
	padding-top: 30px;
}

footer {
    margin: 20px auto 100px;
    max-width: 880px;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
    margin: 30px 0 0;
    width: 100%;
}

.caption {
    font-size: 10px !important;
    margin: 0 0 30px 0 !important;
    padding: 0;
    width: 100%
	}

.map {
    float: right;
    margin-bottom: 20px;
}

#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px){
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 60%;
	margin-top: 0px;
	float: left;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 36%;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 96%;
}

