@charset "UTF-8";
/*reset CSS*/
html, body, address, 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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: #ffffff;
  min-height: 100%;
  background-color: whitesmoke;
}

a {
  text-decoration: none;
}
.contents-main {
  margin: 0 8px;
  -webkit-text-size-adjust: none;
}

.contents-head-area {
  margin-bottom: 10px;
}

.main-image {
  width: 97%;
}

.row {
  overflow: hidden;
  clear: both;
}

.col-md1 {
  width: 25.0%;
  display: block;
  float: left;
}

.col-md2 {
  width: 41.66667%;
  display: block;
  float: left;
}

.col-md3 {
  width: 58.33333%;
  display: block;
  float: left;
}

.col-md4 {
  width: 66.66667%;
  display: block;
  float: left;
}

.col-md5 {
  width: 75.0%;
  display: block;
  float: left;
}
#cnt_nav_bt {
  margin-bottom: 10px;
}
.contents-devide {
  margin-bottom: 12px;
}
.main-menu {
  position: relative;
}
.main-menu-area {
  margin-bottom: 2px;
}
#copylight_box {
  font-size: 12px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'sans-serif';
}
.contents-title {
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
#cnt_nav_bt {
  margin-bottom: 10px;
}
.btn, .btn-b {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #357eff;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-a-b, .btn-a-b-first, .btn-a-b-second {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-a-b-first {
  font-weight: bold;
  height: 100%;
  display: block;
  padding-left: 14px;
  text-decoration: none;
  color: white;
}

.btn-a-b-second {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-left: 1px solid white;
  font-size: 12px;
  background-color: #357eff;
  position: relative;
  z-index: 101;
  cursor: pointer;
  -webkit-tap-highlight-color: auto;
}

.btn-ab-second-in {
  font-weight: bold;
  margin: 0 auto;
  width: 52px;
  line-height: 40px;
  white-space: nowrap;
  background-color: #357eff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sprite-menu-open,
.sprite-menu-close {
  padding-right: 2px;
  margin-bottom: 4px;
}

.btn-b {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f2f2f2;
  text-align: center;
  color: #4d4d4d;
}
.btn-b:hover {
  background-color: #d9d9d9;
}

.title-after-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 40px;
  border-bottom: 3px solid #357eff;
}

.contents-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(21, 16, 23, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(21, 16, 23, 0.1);
  box-shadow: 0 1px 3px rgba(21, 16, 23, 0.1);
  background-color: white;
}

.dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  -webkit-box-shadow: 0 -1px 3px rgba(21, 16, 22, 0.4);
  -moz-box-shadow: 0 -1px 3px rgba(21, 16, 22, 0.4);
  box-shadow: 0 -1px 3px rgba(21, 16, 22, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  z-index: 101;
}
.dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -11px;
  right: 17px;
  border-bottom: 18px solid #357eff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.dropdown-menu {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #357eff;
  background-color: white;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  display: block;
  top: -9px;
  right: 20px;
  border-bottom: 10px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown-menu-item {
  height: 38px;
  border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu-item:last-child {
  margin-bottom: 0;
  padding: 5px;
  border-bottom: 0;
}
.dropdown-menu-item:last-child a {
  padding-left: 0;
}
.dropdown-menu-item a {
  display: block;
  height: 100%;
  padding-left: 14px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
}
.dropdown-menu-item a:hover {
  color: #3366cc;
}
.overlay {
  width: 100%;
  background-color: white;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.max-height {
  height: 100%;
}
.max-width {
  width: 100%;
}
.not-float {
  float: none;
}
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* initial */
html {
  height: 100%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.sprite-menu-close, .sprite-menu-open {
  background: url('/douga_mv/dd/smp/images/sprite.png') no-repeat;
}

.sprite-menu-close {
  background-position: 0 0;
  height: 11px;
  width: 11px;
}

.sprite-menu-open {
  background-position: 0 -16px;
  height: 10px;
  width: 12px;
}
span[class|="sprite"] {
  display: inline-block;
  vertical-align: middle;
}
.txt_copylight {
  font-family: sans-serif;
}


/* passpo☆ */
#program_profile {
padding: 0!important;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}

.profile_white{
	background: url(../images/profile/bg.png) #d7d7d7;
}
.profile_pink{
	background: url(../images/profile/bg.png) #f76590;
}
.profile_lightblue{
	background: url(../images/profile/bg.png) #78d5ff;
}
.profile_green{
	background: url(../images/profile/bg.png) #96ef37;
}
.profile_yellow{
	background: url(../images/profile/bg.png) #fcdc02;
}
.profile_orenge{
	background: url(../images/profile/bg.png) #fc4900;
}
.profile_purple{
	background: url(../images/profile/bg.png) #b761fa;
}
.profile_blue{
	background: url(../images/profile/bg.png) #1a6ffb;
}
.profile_red{
	background: url(../images/profile/bg.png) #e61917;
	margin-bottom: 1.4em;
}
.profile_box {
	clear:both;
width: 96%;
display: inline-block;
/*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
padding:4% 2% 0%;
/*border-radius*/
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}


.profile_thumb {
width: 32%;
float: left;
}

.profile_thumb img {
width: 100%;
}
.profile_txtarea {
float: left;
width: 65%;
padding-left: 3%;
}
.passpo_name {
font-weight: bold;
color: #444;
padding-bottom: 8px;
font-size: 100%;
padding-top: 16px;
}
.passpo_txt {
font-weight: bold;
color: #444;
font-size: 80%;
line-height: 1.2;
}