@charset "UTF-8";

/*
-------------------------------------------------------------
　金沢大学大学院 医学系研究科保健学専攻 糖尿病看護ケア研究室
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
　Design by :	KAKUKOO - http://kakukoo.com/
-------------------------------------------------------------*/


* {
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
	padding: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding:0;
	
}



img {
	display: block;
	border: none;
}
p,li {
	font-size: 12px;
	line-height: 1.5em;
	color : #232323;
}
li {
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: medium;
	color: #CC0033;
	margin: 0px;
	height: 70px;
}
h2 {
	font-size: 12px;
	color: #FF0066;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #6600FF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
h3 {
	font-size: 10px;
	color: #6633CC;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666CC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: normal;
}

hr {
	border-style: solid;
	border-color: #999999;
}
a {
	color:#C03;	
	text-decoration: none;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;	
}
a:active {
	color:#71e3a5;
}

a:hover {
	text-decoration:underline;
	color:#C03;
}

.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

.f1 {
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 160%;
}
.f2 {
	font-size: small;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 160%;
	padding: 8px;
	border: 1px solid #000000;
}
.f3 {
	padding: 10px;
	border: 1px solid #666666;
	margin: 20px;
}
.f4 {
	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 160%;
	padding: 8px;
	background-color: #DCDBF2;
}
.f5 {

	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 160%;
	padding: 8px;
	border: 1px solid #66CC00;
}

/*header*/

#header {
	width: 100%;
	height: auto;
	background-color: #7b7b7b;
	margin: 0 auto;
	padding:5px 0 20px 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

#header a {
	color:#fff;
}

#header a:hover {
	color:#71e3a5;
	text-decoration:none;
}

#header .wrapper {
	width: 560px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}

#header #d {
	float: left;
	width: 31.1%;
	font-size: 12px;
	font-weight: bold;
	text-wrap: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 5px;
}

#header .asn {
	font-size: 10px;
	width: 100%;
	text-wrap: none;
	float: left;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


#header .n {
	color:#71e3a5;
}

.c_inherit {
	color: inherit;
}





/*container*/

div#container {
	width: 580px!important;
	width/**/: 820px;
	clear: both;
	text-align: left;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_container_wide.png', sizingMethod='scale');
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-y;
}

/*contents*/

div#contents {
	width: 560px!important;
	min-height:650px;
}
div#contents p {
	font-size: 12px;
	line-height: 2em;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}


/* footer */

#footer {
	width: 100%;
	height: auto;
	background-color: #7b7b7b;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 20px 0;
}



.hoverfade {
    -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
	  opacity:1;
}

.hoverfade:hover {
	opacity:0.7;
	border-radius: 30px;
}




#close {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
}

#close .btn {
	cursor: pointer;
	color: #fff;
	background-color: #339966;
	border: 2px solid #339966;
	padding: 7px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#close .btn:hover {
	color:#339966;
	background-color:#fff;
	border: 2px #339966 solid;
	border-radius: 20px;
	text-decoration:none;	
}


.clearfix {
	zoom:1;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
